Property | Type | Description | |
---|---|---|---|
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 |
Method | Description | |
---|---|---|
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 |
return | bool |
public HasUserDataValue ( int slotID ) : bool | ||
slotID | int | the slot id obtained by MBEmitter.GetParticleUserDataID |
return | bool |
public MBParticle ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |