C# Class GlueTestProject.Entities.ZBufferedDrawableBatch

Inheritance: IDrawableBatch
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
Destroy ( ) : void
Draw ( Camera camera ) : void
Update ( ) : void

Method Details

Destroy() public méthode

public Destroy ( ) : void
Résultat void

Draw() public méthode

public Draw ( Camera camera ) : void
camera FlatRedBall.Camera
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void