C# Class ManicDigger.Renderers.WeaponRenderer

Afficher le fichier Open project: henon/manic_digger

Méthodes publiques

Méthode Description
DrawWeapon ( float dt ) : void
SetAttack ( bool isattack, bool build ) : void

Private Methods

Méthode Description
DrawCube ( List myelements, List myvertices, int x, int y, int z ) : void
rot ( float t ) : float
rot2 ( float t ) : float

Method Details

DrawWeapon() public méthode

public DrawWeapon ( float dt ) : void
dt float
Résultat void

SetAttack() public méthode

public SetAttack ( bool isattack, bool build ) : void
isattack bool
build bool
Résultat void