ComponentType.md

June 30, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS

ComponentType Class

Provide meta data for an IComponent struct.

public abstract class ComponentType : Friflo.Engine.ECS.SchemaType

Inheritance System.Object ๐Ÿก’ SchemaType ๐Ÿก’ ComponentType

Fields
IndexType
IsBlittableReturn true if IComponent's of this type can be copied.
StructIndexThe index in EntitySchema.Components.
StructSizeThe size in bytes of the IComponent struct.

Contents

  1. 0.1Friflo.Engine.ECS
  2. 1ComponentType Class