World.ToyWorldCore.AutoupdateRegister.Tick C# (CSharp) 메소드

Tick() 공개 메소드

public Tick ( ) : void
리턴 void
        public void Tick()
        {
            m_register.MoveNext();
        }

Usage Example

예제 #1
0
 private void UpdateScheduled()
 {
     TileDetectorRegister.Update();
     AutoupdateRegister.UpdateItems(Atlas);
     AutoupdateRegister.Tick();
 }
All Usage Examples Of World.ToyWorldCore.AutoupdateRegister::Tick