Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 786 Bytes

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

File metadata and controls

13 lines (12 loc) · 786 Bytes

BaseSystem.OnCreatedComponent(Lazlo.Gocs.IComponent) Method

Called when any new component is created.
Use this method to register the component into SystemComponents<T> and / or SystemEvents.

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

Parameters

component IComponent
The component being created.