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