C# 클래스 RTS.Input.RTSUnitDataPanel

상속: IDisposable
파일 보기 프로젝트 열기: RegrowthStudios/VoxelRTS 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
u_OnDamage ( IEntity arg1, int arg2 ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Hook() 공개 메소드

public Hook ( ) : void
리턴 void

RTSUnitDataPanel() 공개 메소드

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

SetData() 공개 메소드

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

Unhook() 공개 메소드

public Unhook ( ) : void
리턴 void

Update() 공개 메소드

public Update ( int mx, int my ) : void
mx int
my int
리턴 void