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);
component
IComponent
The component being destroyed.