C# Class RTS.Input.RTSUIBuildPanel

Inheritance: IDisposable
Datei anzeigen Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Public Methods

Method Description
Build ( RTSTeam team ) : void
Dispose ( ) : void
GetSelection ( int x, int y ) : RTSBuildingData
Hook ( ) : void
Inside ( int x, int y ) : bool
RTSUIBuildPanel ( WidgetRenderer wr, int w, int h, int bCount, int sbw, int sbh ) : System
Unhook ( ) : void

Method Details

Build() public method

public Build ( RTSTeam team ) : void
team RTSEngine.Data.Team.RTSTeam
return void

Dispose() public method

public Dispose ( ) : void
return void

GetSelection() public method

public GetSelection ( int x, int y ) : RTSBuildingData
x int
y int
return RTSEngine.Data.Team.RTSBuildingData

Hook() public method

public Hook ( ) : void
return void

Inside() public method

public Inside ( int x, int y ) : bool
x int
y int
return bool

RTSUIBuildPanel() public method

public RTSUIBuildPanel ( WidgetRenderer wr, int w, int h, int bCount, int sbw, int sbh ) : System
wr BlisterUI.Widgets.WidgetRenderer
w int
h int
bCount int
sbw int
sbh int
return System

Unhook() public method

public Unhook ( ) : void
return void