Enum TypeManager.TypeCategory
Specifies categories of types the TypeManager manages.
Namespace: Unity.Entities
Assembly: Unity.Entities.dll
Syntax
public enum TypeManager.TypeCategoryFields
| Name | Description | 
|---|---|
| BufferData | Implements IBufferElementData (struct only) | 
| ComponentData | Implements IComponentData (can be either a struct or a class) | 
| EntityData | Is an Entity | 
| ISharedComponentData | Implement ISharedComponentData (can be either a struct or a class) | 
| UnityEngineObject | Inherits from UnityEngine.Object (class only) |