C# Class GlueTestProject.Entities.ZBufferedDrawableBatch

Inheritance: IDrawableBatch
ファイルを表示 Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
Destroy ( ) : void
Draw ( Camera camera ) : void
Update ( ) : void

Method Details

Destroy() public method

public Destroy ( ) : void
return void

Draw() public method

public Draw ( Camera camera ) : void
camera FlatRedBall.Camera
return void

Update() public method

public Update ( ) : void
return void