C# Class GUIExample.CustomElement

Inheritance: IrrlichtNETCP.Inheritable.IGUIElement
Show file Open project: Paulus/irrlichtnetcp Class Usage Examples

Public Methods

Method Description
CustomElement ( GUIEnvironment guienv, GUIElement parent, int id, IrrlichtNETCP.Rect rect ) : System
Draw ( ) : void
OnEvent ( Event ev ) : bool

Method Details

CustomElement() public method

public CustomElement ( GUIEnvironment guienv, GUIElement parent, int id, IrrlichtNETCP.Rect rect ) : System
guienv IrrlichtNETCP.GUIEnvironment
parent IrrlichtNETCP.GUIElement
id int
rect IrrlichtNETCP.Rect
return System

Draw() public method

public Draw ( ) : void
return void

OnEvent() public method

public OnEvent ( Event ev ) : bool
ev IrrlichtNETCP.Event
return bool