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