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
Remarks
To access a component use GetComponent<T>()