C# Class OpenTkEngine.Core.Gui.Panel

Inheritance: Control
Afficher le fichier Open project: jikoriko/OpentkEngine Class Usage Examples

Protected Properties

Свойство Type Description
_controls List

Méthodes publiques

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

public AddControl ( Control control ) : void
control Control
Résultat void

GetControls() public méthode

public GetControls ( ) : List
Résultat List

Panel() public méthode

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
Résultat System

RemoveControl() public méthode

public RemoveControl ( Control control ) : void
control Control
Résultat void

RenderContent() public méthode

public RenderContent ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

_controls protected_oe property

protected List _controls
Résultat List