C# Class OpenTkEngine.Core.Gui.DropDownBox

Inheritance: ScrollPanel
Mostrar archivo Open project: jikoriko/OpentkEngine Class Usage Examples

Public Methods

Method Description
DropDownBox ( int x, int y, int z, int width, State state ) : System
GetSelection ( ) : int
OnRelease ( ) : void
OnTrigger ( ) : void
RenderContent ( ) : void
SelectionChanged ( ) : bool
Update ( ) : void

Method Details

DropDownBox() public method

public DropDownBox ( int x, int y, int z, int width, State state ) : System
x int
y int
z int
width int
state State
return System

GetSelection() public method

public GetSelection ( ) : int
return int

OnRelease() public method

public OnRelease ( ) : void
return void

OnTrigger() public method

public OnTrigger ( ) : void
return void

RenderContent() public method

public RenderContent ( ) : void
return void

SelectionChanged() public method

public SelectionChanged ( ) : bool
return bool

Update() public method

public Update ( ) : void
return void