render() public method

public render ( ) : void
return void
コード例 #1
0
 public override void render(Graphics graphics, Camera camera)
 {
     stage.render(graphics, camera);
 }