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