Entity.Store.md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.Entity

Entity.Store Property

Returns the EntityStore that contains the entity.

public Friflo.Engine.ECS.EntityStore Store { get; }

Property Value

EntityStore

Remarks

The Store the entity is attached to. Returns null if detached

Contents

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