C# Class ManicDigger.WeaponRenderer

Afficher le fichier Open project: GlennMR/800Craft-Client

Private Properties

Свойство Type Description
DrawCube void
rot float
rot2 float

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