SchemaType.Type.md
February 25, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.SchemaType
SchemaType.Type Field
If Kind == Tag the type of a tag struct implementing ITag.
If Kind == Component the type of a component struct implementing IComponent.
If Kind == Script the type of a script class extending Script.
public readonly Type Type;