Struct ComponentTypes.Masks
Syntax
Fields
m_BufferMask
Declaration
public ushort m_BufferMask
Field Value
Type |
Description |
System.UInt16 |
|
m_SharedComponentMask
Declaration
public ushort m_SharedComponentMask
Field Value
Type |
Description |
System.UInt16 |
|
m_SystemStateComponentMask
Declaration
public ushort m_SystemStateComponentMask
Field Value
Type |
Description |
System.UInt16 |
|
m_ZeroSizedMask
Declaration
public ushort m_ZeroSizedMask
Field Value
Type |
Description |
System.UInt16 |
|
Properties
Buffers
Declaration
public int Buffers { get; }
Property Value
Type |
Description |
System.Int32 |
|
SharedComponents
Declaration
public int SharedComponents { get; }
Property Value
Type |
Description |
System.Int32 |
|
SystemStateComponents
Declaration
public int SystemStateComponents { get; }
Property Value
Type |
Description |
System.Int32 |
|
ZeroSizeds
Declaration
public int ZeroSizeds { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
IsSharedComponent(Int32)
Declaration
public bool IsSharedComponent(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Type |
Description |
System.Boolean |
|
IsZeroSized(Int32)
Declaration
public bool IsZeroSized(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Type |
Description |
System.Boolean |
|