C# Class IrrlichtNETCP.GUIEditBox

Inheritance: GUIElement
显示文件 Open project: Paulus/irrlichtnetcp Class Usage Examples

Public Methods

Method Description
GUIEditBox ( IntPtr raw ) : System

Private Methods

Method Description
GUIEditBox_EnableOverrideColor ( IntPtr edit, bool enabled ) : void
GUIEditBox_GetMax ( IntPtr edit ) : int
GUIEditBox_SetMax ( IntPtr edit, int max ) : void
GUIEditBox_SetOverrideColor ( IntPtr edit, int color ) : void
GUIEditBox_SetOverrideFont ( IntPtr edit, IntPtr font ) : void

Method Details

GUIEditBox() public method

public GUIEditBox ( IntPtr raw ) : System
raw System.IntPtr
return System