C# Class RTS.Input.RTSUIBuildPanel

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

Méthodes publiques

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

public Build ( RTSTeam team ) : void
team RTSEngine.Data.Team.RTSTeam
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetSelection() public méthode

public GetSelection ( int x, int y ) : RTSBuildingData
x int
y int
Résultat RTSEngine.Data.Team.RTSBuildingData

Hook() public méthode

public Hook ( ) : void
Résultat void

Inside() public méthode

public Inside ( int x, int y ) : bool
x int
y int
Résultat bool

RTSUIBuildPanel() public méthode

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
Résultat System

Unhook() public méthode

public Unhook ( ) : void
Résultat void