C# Class Dwarrowdelf.Client.SelectionRenderer

Inheritance: GameComponent
Afficher le fichier Open project: tomba/dwarrowdelf Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( Camera camera ) : void
SelectionRenderer ( MyGame game ) : System
Update ( ) : void

Private Methods

Méthode Description
LoadContent ( ) : void
SelectionRenderer ( ) : System
SetWorlMatrix ( IntVector3 pos, IntSize3 size, Direction dir ) : void

Method Details

Draw() public méthode

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

SelectionRenderer() public méthode

public SelectionRenderer ( MyGame game ) : System
game MyGame
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void