SpawnOrderConst Class
Namespace: Stride.Particles.Initializers
Assembly: Stride.Particles.dll
Spawn order can be additionally subdivided in groups
System.Object →
SpawnOrderConst
Derived from SpawnOrderConst:
public static class SpawnOrderConst
|
Improve this Doc
View Source
Fields
AuxiliaryBitMask
public const uint AuxiliaryBitMask = 65535U
Field Value
Type |
Description |
System.UInt32 |
|
GroupBitMask
public const uint GroupBitMask = 4294901760U
Field Value
Type |
Description |
System.UInt32 |
|
GroupBitOffset
public const int GroupBitOffset = 16
Field Value
Type |
Description |
System.Int32 |
|
LargeAuxiliaryBitMask
public const uint LargeAuxiliaryBitMask = 1048575U
Field Value
Type |
Description |
System.UInt32 |
|
LargeGroupBitMask
public const uint LargeGroupBitMask = 4293918720U
Field Value
Type |
Description |
System.UInt32 |
|
LargeGroupBitOffset
public const int LargeGroupBitOffset = 20
Field Value
Type |
Description |
System.Int32 |
|