Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 806 Bytes

Lazlo-Gocs-BaseSystem-OnDestroyingComponent(Lazlo-Gocs-IComponent).md

File metadata and controls

13 lines (12 loc) · 806 Bytes

BaseSystem.OnDestroyingComponent(Lazlo.Gocs.IComponent) Method

Called when any existing component is destroyed.
Use this method to unregister the component from SystemComponents<T> and / or SystemEvents.

public virtual void OnDestroyingComponent(Lazlo.Gocs.IComponent component);

Parameters

component IComponent
The component being destroyed.