step() public method

public step ( int numUpdates ) : void
numUpdates int
return void
Esempio n. 1
0
 protected void step(int frames)
 {
     mgr.step(frames);
 }