SpiecsEngine
 
Loading...
Searching...
No Matches

◆ OnComponentAdded()

void Spices::NativeScriptComponent::OnComponentAdded ( const entt::entity & entity)
finaloverridevirtual

This interface defines the behaves on specific component added. Init with variable.

Parameters
[in]entitythis component's Owner entity.

Call Construction in RealNScripComponent

Call Construction in RealNScripComponent

Reimplemented from Spices::Component.

Definition at line 17 of file NativeScriptComponent.cpp.

18 {
20
25 }
virtual void OnComponentAdded(const entt::entity &entity)
This interface defines the behaves on specific component added. Init with variable.
Definition Component.cpp:17
virtual void OnConstruction()
This interface defines the behaves on specific component added.

References OnConstruction().