ComponentChanged.DebugComponent.md
November 22, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.ComponentChanged
ComponentChanged.DebugComponent Property
Return the current IComponent for debugging.
Note: It degrades performance as it boxes the returned component.
public object DebugComponent { get; }
Property Value
Remarks
To access the current component use Component<T>()