EntityData.Components.md

November 22, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.EntityData

EntityData.Components Property

Return the IComponent's added to the entity.

public Friflo.Engine.ECS.EntityComponents Components { get; }

Property Value

EntityComponents

Exceptions

System.NullReferenceException
if the entity is deleted.

Contents

  1. 0.1Friflo.Engine.ECS.EntityData
  2. 1EntityData.Components Property