C# Class BlisterUI.Widgets.ScrollMenu

Inheritance: IDisposable
Show file Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Public Properties

Property Type Description
Widget RectWidget

Public Methods

Method Description
Build ( string options ) : void
Dispose ( ) : void
GetSelection ( int x, int y ) : string
Hook ( ) : void
Inside ( int x, int y ) : bool
RefreshVisible ( ) : void
ScrollChange ( ScrollBar sb, float r ) : void
ScrollMenu ( WidgetRenderer wr, int w, int h, int bCount, int sbw, int sbh ) : System
Unhook ( ) : void

Method Details

Build() public method

public Build ( string options ) : void
options string
return void

Dispose() public method

public Dispose ( ) : void
return void

GetSelection() public method

public GetSelection ( int x, int y ) : string
x int
y int
return string

Hook() public method

public Hook ( ) : void
return void

Inside() public method

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

RefreshVisible() public method

public RefreshVisible ( ) : void
return void

ScrollChange() public method

public ScrollChange ( ScrollBar sb, float r ) : void
sb ScrollBar
r float
return void

ScrollMenu() public method

public ScrollMenu ( WidgetRenderer wr, int w, int h, int bCount, int sbw, int sbh ) : System
wr WidgetRenderer
w int
h int
bCount int
sbw int
sbh int
return System

Unhook() public method

public Unhook ( ) : void
return void

Property Details

Widget public property

public RectWidget,BlisterUI.Widgets Widget
return RectWidget