C# Class ManicDigger.WeaponRenderer

Mostra file Open project: GlennMR/800Craft-Client

Private Properties

Property Type Description
DrawCube void
rot float
rot2 float

Public Methods

Method Description
DrawWeapon ( float dt ) : void
SetAttack ( bool isattack, bool build ) : void

Private Methods

Method 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 method

public DrawWeapon ( float dt ) : void
dt float
return void

SetAttack() public method

public SetAttack ( bool isattack, bool build ) : void
isattack bool
build bool
return void