EntityData.IsNull.md
July 31, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.EntityData
EntityData.IsNull Property
Returns true is the entity is deleted.
public bool IsNull { get; }
Property Value
Remarks
Executes in O(1)
July 31, 2024 ยท View on GitHub
Returns true is the entity is deleted.
public bool IsNull { get; }
Executes in O(1)