Enum TypeManager.TypeCategory
Namespace: Unity.Entities
Syntax
public enum TypeCategory : int
Fields
Name | Description | Value |
---|---|---|
BufferData | Implements IBufferElementData (struct only) |
1 |
Class | ||
ComponentData | Implements IComponentData (can be either a struct or a class) |
0 |
ISharedComponentData | Implement ISharedComponentData (struct only) |
2 |
EntityData | Is an Entity |
3 |
UnityEngineObject | Inherits from UnityEngine.Object (class only) |
4 |