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