SchemaTypeKind.md
February 25, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS
SchemaTypeKind Enum
Declares the Kind of a SchemaType
public enum SchemaTypeKind : System.Byte
Fields
Component 0
Declare a ComponentType is an IComponent.
Script 1
Declare a ScriptType is a Script.
Tag 2
Remarks
A Tag is defined by struct definition without fields / properties extending ITag.