C# Class RTS.Input.RTSUnitDataPanel

Inheritance: IDisposable
Exibir arquivo Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Hook ( ) : void
RTSUnitDataPanel ( RTSRenderer renderer, WidgetRenderer wr, UICUnitData _uic, UICCombatStats _uicCS ) : System
SetData ( RTSUnit u ) : void
Unhook ( ) : void
Update ( int mx, int my ) : void

Private Methods

Method Description
u_OnDamage ( IEntity arg1, int arg2 ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Hook() public method

public Hook ( ) : void
return void

RTSUnitDataPanel() public method

public RTSUnitDataPanel ( RTSRenderer renderer, WidgetRenderer wr, UICUnitData _uic, UICCombatStats _uicCS ) : System
renderer RTSEngine.Graphics.RTSRenderer
wr BlisterUI.Widgets.WidgetRenderer
_uic UICUnitData
_uicCS UICCombatStats
return System

SetData() public method

public SetData ( RTSUnit u ) : void
u RTSEngine.Data.Team.RTSUnit
return void

Unhook() public method

public Unhook ( ) : void
return void

Update() public method

public Update ( int mx, int my ) : void
mx int
my int
return void