EntityData.Tags.md
July 31, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.EntityData
EntityData.Tags Property
Return the Tags added to an entity.
public Friflo.Engine.ECS.Tags Tags { get; }
Property Value
Exceptions
System.NullReferenceException
if the entity is deleted.
Remarks
Executes in O(1)