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;

Field Value

System.Type

Contents

  1. 0.1Friflo.Engine.ECS.SchemaType
  2. 1SchemaType.Type Field