projectkyoto.jme3.mmd
クラス UpdateControl

java.lang.Object
  上位を拡張 com.jme3.scene.control.AbstractControl
      上位を拡張 projectkyoto.jme3.mmd.UpdateControl
すべての実装されたインタフェース:
com.jme3.export.Savable, com.jme3.scene.control.Control

public class UpdateControl
extends com.jme3.scene.control.AbstractControl


フィールドの概要
 
クラス com.jme3.scene.control.AbstractControl から継承されたフィールド
enabled, spatial
 
コンストラクタの概要
UpdateControl(PMDNode pmdNode)
           
 
メソッドの概要
 com.jme3.scene.control.Control cloneForSpatial(com.jme3.scene.Spatial spatial)
           
protected  void controlRender(com.jme3.renderer.RenderManager rm, com.jme3.renderer.ViewPort vp)
           
protected  void controlUpdate(float tpf)
           
 
クラス com.jme3.scene.control.AbstractControl から継承されたメソッド
getSpatial, isEnabled, read, render, setEnabled, setSpatial, update, write
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

UpdateControl

public UpdateControl(PMDNode pmdNode)
メソッドの詳細

controlUpdate

protected void controlUpdate(float tpf)
定義:
クラス com.jme3.scene.control.AbstractControl 内の controlUpdate

controlRender

protected void controlRender(com.jme3.renderer.RenderManager rm,
                             com.jme3.renderer.ViewPort vp)
定義:
クラス com.jme3.scene.control.AbstractControl 内の controlRender

cloneForSpatial

public com.jme3.scene.control.Control cloneForSpatial(com.jme3.scene.Spatial spatial)