EntitySchema.ComponentTypeByType.md
February 25, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.EntitySchema
EntitySchema.ComponentTypeByType Property
A map to lookup ComponentType's by System.Type.
public System.Collections.Generic.IReadOnlyDictionary<System.Type,Friflo.Engine.ECS.ComponentType> ComponentTypeByType { get; }
Property Value
System.Collections.Generic.IReadOnlyDictionary<System.Type,ComponentType>