프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AbsVelocity | Vector3 | ||
Acceleration | float | ||
AffectedByZones | List |
||
Age | float | ||
AgePercent | float | ||
AngularRotation | float | ||
Color | Color | ||
Force | Vector3 | ||
Friction | float | ||
Heading | Vector3 | ||
ImageFrameIndex | int | ||
Lifetime | float | ||
Mass | float | ||
Orientation | float | ||
Parent | MBEmitter | ||
Position | Vector3 | ||
Rotation | Vector3 | ||
Scale | Vector3 | ||
UserData | object[] | ||
Velocity | Vector3 | ||
mbColor | Color |
메소드 | 설명 | |
---|---|---|
Die ( ) : void |
Let this particle die immediately
|
|
HasUserData ( int slotID ) : bool |
Checks if a particle has a certain user data slot
|
|
HasUserDataValue ( int slotID ) : bool |
Checks if a particle has a certain user data slot filled with data
|
|
MBParticle ( ) : System.Collections.Generic | ||
Reset ( ) : void | ||
ToObject ( ) : MBParticleObject |
Create an Object-Proxy holding this particle
|
public HasUserData ( int slotID ) : bool | ||
slotID | int | the slot id obtained by MBEmitter.GetParticleUserDataID |
리턴 | bool |
public HasUserDataValue ( int slotID ) : bool | ||
slotID | int | the slot id obtained by MBEmitter.GetParticleUserDataID |
리턴 | bool |
public MBParticle ( ) : System.Collections.Generic | ||
리턴 | System.Collections.Generic |