Method IsZeroSized
IsZeroSized(TypeIndex)
Declaration
public static bool IsZeroSized(TypeIndex typeIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| TypeIndex | typeIndex | TypeIndex for a component |
Returns
| Type | Description |
|---|---|
| Boolean | Returns if the component type does not require space in Unity.Entities.Chunk memory. |