SpiecsEngine
 
Loading...
Searching...
No Matches

◆ OnTick()

void Spices::NativeScriptComponent::OnTick ( TimeStep & ts)
virtual

This interface defines the behaves on specific component tick every frame.

Parameters
[in]tsTimeStep.

Reimplemented in Spices::CameraController, and Spices::MeshController.

Definition at line 34 of file NativeScriptComponent.cpp.

35 {
36 m_RealNScriptComp->OnTick(ts);
37 }
std::shared_ptr< NativeScriptComponent > m_RealNScriptComp
Real component.