Entity.Archetype.md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.Entity

Entity.Archetype Property

Returns the Archetype that contains the entity.

public Friflo.Engine.ECS.Archetype Archetype { get; }

Property Value

Archetype

Remarks

The Archetype the entity is stored.
Return null if the entity is detached

Contents

  1. 0.1Friflo.Engine.ECS.Entity
  2. 1Entity.Archetype Property
  3. 1.1Remarks