Enum ComponentTypeFlags
A flag to determine if a component type is a chunk component or not
Namespace: Unity.Entities
Syntax
[Flags]
public enum ComponentTypeFlags : byte
Fields
| Name | Description | Value |
|---|---|---|
| None | Not a chunk component type |
0 |
| ChunkComponent | A chunk component type |
1 |