EntityData.Components.md
November 22, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.EntityData
EntityData.Components Property
Return the IComponent's added to the entity.
public Friflo.Engine.ECS.EntityComponents Components { get; }
Property Value
Exceptions
System.NullReferenceException
if the entity is deleted.