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

Declare a TagType is an ITag.

Remarks

A Tag is defined by struct definition without fields / properties extending ITag.

Contents

  1. 0.1Friflo.Engine.ECS
  2. 1SchemaTypeKind Enum
  3. 1.1Fields
  4. 1.2Remarks