void Tick() { if (!InitFinished) { return; } TimerHeap.Tick(); FrameTimerHeap.Tick(); }
void Update() { TimerHeap.Tick(); FrameTimerHeap.Tick(); if (hasInitFinish) { MogoWorld.Process(); if (MogoWorld.thePlayer != null && MogoWorld.thePlayer.ViewTransform != null) { transform.localPosition = MogoWorld.thePlayer.ViewTransform.localPosition; } } }
void Tick() { TimerHeap.Tick(); FrameTimerHeap.Tick(); }
void Update() { TimerHeap.Tick(); FrameTimerHeap.Tick(); }