C# Class IrrlichtNETCP.GUICheckBox

Inheritance: GUIElement
Mostrar archivo Open project: Paulus/irrlichtnetcp

Public Methods

Method Description
GUICheckBox ( IntPtr raw ) : System

Private Methods

Method Description
GUICheckBox_IsChecked ( IntPtr checkbox ) : bool
GUICheckBox_SetChecked ( IntPtr checkbox, bool ck ) : void

Method Details

GUICheckBox() public method

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