public override void OnLateExecute()
 {
     m_InnerRunner.LateUpdate();
 }
Beispiel #2
0
 void LateUpdate()
 {
     m_Runner.LateUpdate();
 }