Property | Type | Description | |
---|---|---|---|
AngularVelocity | System.Vector3 | ||
BurstPartCount | byte | ||
BurstRadius | float | ||
BurstRate | float | ||
BurstSpeedMax | float | ||
BurstSpeedMin | float | ||
CRC | uint | ||
InnerAngle | float | ||
MaxAge | float | ||
OuterAngle | float | ||
PartAcceleration | System.Vector3 | ||
PartDataFlags | ParticleDataFlags | ||
PartEndColor | Color4 | ||
PartEndScaleX | float | ||
PartEndScaleY | float | ||
PartFlags | uint | ||
PartMaxAge | float | ||
PartStartColor | Color4 | ||
PartStartScaleX | float | ||
PartStartScaleY | float | ||
Pattern | SourcePattern | ||
StartAge | float | ||
Target | UUID | ||
Texture | UUID |
Method | Description | |
---|---|---|
GetBytes ( ) : byte[] |
Generate byte[] array from particle data
|
|
ParticleSystem ( byte data, int pos ) : System |
Decodes a byte[] array into a ParticleSystem Object
|
public ParticleSystem ( byte data, int pos ) : System | ||
data | byte | ParticleSystem object |
pos | int | Start position for BitPacker |
return | System |