C# Class fCraft.PhysScheduler

Show file Open project: GlennMR/800craft

Public Methods

Method Description
AddTask ( PhysicsTask task, int delay ) : void
PhysScheduler ( World owner ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
ProcessTasks ( ) : void

Method Details

AddTask() public method

public AddTask ( PhysicsTask task, int delay ) : void
task PhysicsTask
delay int
return void

PhysScheduler() public method

public PhysScheduler ( World owner ) : System
owner World
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void