C# Class ManicDigger.Renderers.WeaponRenderer

显示文件 Open project: henon/manic_digger

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