|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface EmitterShape
This interface declares methods used by all shapes that represent particle emitters.
| メソッドの概要 | |
|---|---|
EmitterShape |
deepClone()
This method creates a deep clone of the current instance of the emitter shape. |
void |
getRandomPoint(Vector3f store)
This method fills in the initial position of the particle. |
void |
getRandomPointAndNormal(Vector3f store,
Vector3f normal)
This method fills in the initial position of the particle and its normal vector. |
| インタフェース com.jme3.export.Savable から継承されたメソッド |
|---|
read, write |
| メソッドの詳細 |
|---|
void getRandomPoint(Vector3f store)
store - store variable for initial position
void getRandomPointAndNormal(Vector3f store,
Vector3f normal)
store - store variable for initial positionnormal - store variable for initial normalEmitterShape deepClone()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||