C# Class RTS.Input.RTSUI

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

Public Methods

Method Description
Dispose ( ) : void
Draw ( RTSRenderer renderer, SpriteBatch batch ) : void
Inside ( int x, int y ) : bool
RTSUI ( RTSRenderer renderer, string uicFile, bool showBuildPanel ) : System
SetTeam ( RTSTeam team ) : void

Private Methods

Method Description
BuildBBPanel ( RTSRenderer renderer ) : void
BuildBounds ( RTSRenderer renderer ) : void
BuildBuildingDataPanel ( RTSRenderer renderer ) : void
BuildBuildingPanel ( bool b ) : void
BuildMinimap ( RTSRenderer renderer, UICMinimap uic ) : void
BuildSelectionPanel ( RTSRenderer renderer ) : void
BuildTeamDataPanel ( ) : void
BuildUnitDataPanel ( RTSRenderer renderer ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Draw() public method

public Draw ( RTSRenderer renderer, SpriteBatch batch ) : void
renderer RTSEngine.Graphics.RTSRenderer
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

Inside() public method

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

RTSUI() public method

public RTSUI ( RTSRenderer renderer, string uicFile, bool showBuildPanel ) : System
renderer RTSEngine.Graphics.RTSRenderer
uicFile string
showBuildPanel bool
return System

SetTeam() public method

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