C# Class RTS.Input.RTSUI

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

Méthodes publiques

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

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

public Dispose ( ) : void
Résultat void

Draw() public méthode

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

Inside() public méthode

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

RTSUI() public méthode

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

SetTeam() public méthode

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