com.jme3.effect
クラス ParticleEmitter.ParticleEmitterControl
java.lang.Object
com.jme3.effect.ParticleEmitter.ParticleEmitterControl
- すべての実装されたインタフェース:
- Savable, Control
- 含まれているクラス:
- ParticleEmitter
public static class ParticleEmitter.ParticleEmitterControl
- extends java.lang.Object
- implements Control
クラス java.lang.Object から継承されたメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParticleEmitter.ParticleEmitterControl
public ParticleEmitter.ParticleEmitterControl()
ParticleEmitter.ParticleEmitterControl
public ParticleEmitter.ParticleEmitterControl(ParticleEmitter parentEmitter)
cloneForSpatial
public Control cloneForSpatial(Spatial spatial)
- インタフェース
Control
の記述:
- Creates a clone of the Control, the given Spatial is the cloned
version of the spatial to which this control is attached to.
- 定義:
- インタフェース
Control
内の cloneForSpatial
- 戻り値:
- A clone of this control for the spatial
setSpatial
public void setSpatial(Spatial spatial)
- 定義:
- インタフェース
Control
内の setSpatial
- パラメータ:
spatial
- the spatial to be controlled. This should not be called
from user code.
setEnabled
public void setEnabled(boolean enabled)
- 定義:
- インタフェース
Control
内の setEnabled
- パラメータ:
enabled
- Enable or disable the control. If disabled, update()
should do nothing.
isEnabled
public boolean isEnabled()
- 定義:
- インタフェース
Control
内の isEnabled
- 戻り値:
- True if enabled, false otherwise.
- 関連項目:
Control.setEnabled(boolean)
update
public void update(float tpf)
- インタフェース
Control
の記述:
- Updates the control. This should not be called from user code.
- 定義:
- インタフェース
Control
内の update
- パラメータ:
tpf
- Time per frame.
render
public void render(RenderManager rm,
ViewPort vp)
- インタフェース
Control
の記述:
- Should be called prior to queuing the spatial by the RenderManager. This
should not be called from user code.
- 定義:
- インタフェース
Control
内の render
write
public void write(JmeExporter ex)
throws java.io.IOException
- 定義:
- インタフェース
Savable
内の write
- 例外:
java.io.IOException
read
public void read(JmeImporter im)
throws java.io.IOException
- 定義:
- インタフェース
Savable
内の read
- 例外:
java.io.IOException