Enum TypeManager.TypeCategory
Specifies categories of types the TypeManager manages.
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
public enum TypeManager.TypeCategory
Fields
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) |