EntityComponent.Value.md

November 22, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.EntityComponent

EntityComponent.Value Property

Property is mainly used to display a component value in the Debugger.
It has poor performance as is boxes the returned component.

public object Value { get; }

Property Value

System.Object

Remarks

To access a component use GetComponent<T>()

Contents

  1. 0.1Friflo.Engine.ECS.EntityComponent
  2. 1EntityComponent.Value Property
  3. 1.1Remarks