Update() public method

public Update ( ) : void
return void
示例#1
0
 public void Update(GameTime gameTime)
 {
     ItemState.Update(gameTime);
 }