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

System.Boolean

Remarks

Executes in O(1)

Contents

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