C# Class OpenTkEngine.Core.Gui.Panel

Inheritance: Control
显示文件 Open project: jikoriko/OpentkEngine Class Usage Examples

Protected Properties

Property Type Description
_controls List

Public Methods

Method Description
AddControl ( Control control ) : void
GetControls ( ) : List
Panel ( int x, int y, int z, int width, int height, State state ) : System
RemoveControl ( Control control ) : void
RenderContent ( ) : void
Update ( ) : void

Method Details

AddControl() public method

public AddControl ( Control control ) : void
control Control
return void

GetControls() public method

public GetControls ( ) : List
return List

Panel() public method

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

RemoveControl() public method

public RemoveControl ( Control control ) : void
control Control
return void

RenderContent() public method

public RenderContent ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

_controls protected_oe property

protected List _controls
return List