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 | |
| IsBlittable | Return true if IComponent's of this type can be copied. |
| StructIndex | The index in EntitySchema.Components. |
| StructSize | The size in bytes of the IComponent struct. |