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

System.Object

Remarks

To access the current component use Component<T>()

Contents

  1. 0.1Friflo.Engine.ECS.ComponentChanged
  2. 1ComponentChanged.DebugComponent Property
  3. 1.1Remarks