C# Class RTS.Input.RTSUnitDataPanel

Inheritance: IDisposable
Afficher le fichier Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
u_OnDamage ( IEntity arg1, int arg2 ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Hook() public méthode

public Hook ( ) : void
Résultat void

RTSUnitDataPanel() public méthode

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

SetData() public méthode

public SetData ( RTSUnit u ) : void
u RTSEngine.Data.Team.RTSUnit
Résultat void

Unhook() public méthode

public Unhook ( ) : void
Résultat void

Update() public méthode

public Update ( int mx, int my ) : void
mx int
my int
Résultat void