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

Tags

Exceptions

System.NullReferenceException
if the entity is deleted.

Remarks

Executes in O(1)

Contents

  1. 0.1Friflo.Engine.ECS.EntityData
  2. 1EntityData.Tags Property
  3. 1.1Remarks