C# Class RTS.Input.RTSUITeamDataPanel

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

Public Methods

Method Description
Dispose ( ) : void
Inside ( int x, int y ) : bool
RTSUITeamDataPanel ( WidgetRenderer wr ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Inside() public method

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

RTSUITeamDataPanel() public method

public RTSUITeamDataPanel ( WidgetRenderer wr ) : System
wr BlisterUI.Widgets.WidgetRenderer
return System