Méthode | Description | |
---|---|---|
AddButton ( IrrlichtNETCP.Rect rectangle, |
||
AddButtonW ( IrrlichtNETCP.Rect rectangle, |
||
AddCheckBox ( bool ischecked, IrrlichtNETCP.Rect rectangle, |
||
AddColorSelectDialog ( string title, bool modal, |
||
AddComboBox ( IrrlichtNETCP.Rect rectangle, |
||
AddContextMenu ( IrrlichtNETCP.Rect rectangle, |
||
AddEditBox ( string text, IrrlichtNETCP.Rect rectangle, bool border, |
||
AddEditBoxW ( string text, IrrlichtNETCP.Rect rectangle, bool border, |
||
AddFileOpenDialog ( string title, bool modal, |
||
AddImage ( IrrlichtNETCP.Rect rectangle, |
||
AddImage ( |
||
AddInOutFader ( |
||
AddInOutFader ( IrrlichtNETCP.Rect rectangle, |
||
AddListBox ( IrrlichtNETCP.Rect rect, |
||
AddMenu ( |
||
AddMeshViewer ( IrrlichtNETCP.Rect rectangle, |
||
AddMessageBox ( string caption, string text, bool modal, MessageBoxFlag flags, |
||
AddProgressBar ( bool horizontal, IrrlichtNETCP.Rect rectangle, |
||
AddScrollBar ( bool horizontal, IrrlichtNETCP.Rect rectangle, |
||
AddSpinBox ( string text, IrrlichtNETCP.Rect rectangle, |
||
AddStaticText ( string text, IrrlichtNETCP.Rect rectangle, bool border, bool wordWrap, |
||
AddStaticTextW ( string text, IrrlichtNETCP.Rect rectangle, bool border, bool wordWrap, |
||
AddTab ( IrrlichtNETCP.Rect rectangle, |
||
AddTabControl ( IrrlichtNETCP.Rect rectangle, |
||
AddToolBar ( |
||
AddWindow ( IrrlichtNETCP.Rect rectangle, bool modal, string text, |
||
AddWindowW ( IrrlichtNETCP.Rect rectangle, bool modal, string text, |
||
Clear ( ) : void | ||
CreateSkin ( GUISkinTypes skin ) : |
||
DrawAll ( ) : void | ||
GUIEnvironment ( |
||
GetFont ( string filename ) : |
||
HasFocus ( |
||
LoadGui ( string filename ) : bool | ||
PostEventFromUser ( |
||
RemoveFocus ( |
||
SaveGui ( string filename ) : bool | ||
SetFocus ( |
Méthode | Description | |
---|---|---|
GuiEnv_AddButton ( |
||
GuiEnv_AddButtonW ( |
||
GuiEnv_AddCheckBox ( |
||
GuiEnv_AddColorSelectDialog ( |
||
GuiEnv_AddComboBox ( |
||
GuiEnv_AddContextMenu ( |
||
GuiEnv_AddEditBox ( |
||
GuiEnv_AddEditBoxW ( |
||
GuiEnv_AddFileOpenDialog ( |
||
GuiEnv_AddImage ( |
||
GuiEnv_AddImageA ( |
||
GuiEnv_AddInOutFader ( |
||
GuiEnv_AddListBox ( |
||
GuiEnv_AddMenu ( |
||
GuiEnv_AddMeshViewer ( |
||
GuiEnv_AddMessageBox ( |
||
GuiEnv_AddProgressBar ( |
||
GuiEnv_AddScrollBar ( |
||
GuiEnv_AddSpinBox ( |
||
GuiEnv_AddStaticText ( |
||
GuiEnv_AddStaticTextW ( |
||
GuiEnv_AddTab ( |
||
GuiEnv_AddTabControl ( |
||
GuiEnv_AddToolBar ( |
||
GuiEnv_AddWindow ( |
||
GuiEnv_AddWindowW ( |
||
GuiEnv_Clear ( |
||
GuiEnv_CreateSkin ( |
||
GuiEnv_DrawAll ( |
||
GuiEnv_GetBuiltInFont ( |
||
GuiEnv_GetFont ( |
||
GuiEnv_GetRootGUIElement ( |
||
GuiEnv_GetSkin ( |
||
GuiEnv_GetVideoDriver ( |
||
GuiEnv_HasFocus ( |
||
GuiEnv_LoadGUI ( |
||
GuiEnv_PostEventFromUser ( |
||
GuiEnv_RemoveFocus ( |
||
GuiEnv_SaveGUI ( |
||
GuiEnv_SetFocus ( |
||
GuiEnv_SetSkin ( |
public AddButton ( IrrlichtNETCP.Rect rectangle, |
||
rectangle | IrrlichtNETCP.Rect | |
parent | ||
id | int | |
text | string | |
Résultat |
public AddButtonW ( IrrlichtNETCP.Rect rectangle, |
||
rectangle | IrrlichtNETCP.Rect | |
parent | ||
id | int | |
text | string | |
Résultat |
public AddCheckBox ( bool ischecked, IrrlichtNETCP.Rect rectangle, |
||
ischecked | bool | |
rectangle | IrrlichtNETCP.Rect | |
parent | ||
id | int | |
text | string | |
Résultat |
public AddColorSelectDialog ( string title, bool modal, |
||
title | string | |
modal | bool | |
parent | ||
id | int | |
Résultat | GUIColorSelectDialog |
public AddComboBox ( IrrlichtNETCP.Rect rectangle, |
||
rectangle | IrrlichtNETCP.Rect | |
parent | ||
id | int | |
Résultat |
public AddContextMenu ( IrrlichtNETCP.Rect rectangle, |
||
rectangle | IrrlichtNETCP.Rect | |
parent | ||
id | int | |
Résultat |
public AddEditBox ( string text, IrrlichtNETCP.Rect rectangle, bool border, |
||
text | string | |
rectangle | IrrlichtNETCP.Rect | |
border | bool | |
parent | ||
id | int | |
Résultat |
public AddEditBoxW ( string text, IrrlichtNETCP.Rect rectangle, bool border, |
||
text | string | |
rectangle | IrrlichtNETCP.Rect | |
border | bool | |
parent | ||
id | int | |
Résultat |
public AddFileOpenDialog ( string title, bool modal, |
||
title | string | |
modal | bool | |
parent | ||
id | int | |
Résultat |
public AddImage ( IrrlichtNETCP.Rect rectangle, |
||
rectangle | IrrlichtNETCP.Rect | |
parent | ||
id | int | |
text | string | |
Résultat |
public AddImage ( |
||
image | ||
position | IrrlichtNETCP.Position2D | |
useAlphaChannel | bool | |
parent | ||
id | int | |
text | string | |
Résultat |
public AddInOutFader ( |
||
parent | ||
id | int | |
Résultat |
public AddInOutFader ( IrrlichtNETCP.Rect rectangle, |
||
rectangle | IrrlichtNETCP.Rect | |
parent | ||
id | int | |
Résultat |
public AddListBox ( IrrlichtNETCP.Rect rect, |
||
rect | IrrlichtNETCP.Rect | |
parent | ||
id | int | |
drawBackground | bool | |
Résultat |
public AddMenu ( |
||
parent | ||
id | int | |
Résultat |
public AddMeshViewer ( IrrlichtNETCP.Rect rectangle, |
||
rectangle | IrrlichtNETCP.Rect | |
parent | ||
id | int | |
text | string | |
Résultat |
public AddMessageBox ( string caption, string text, bool modal, MessageBoxFlag flags, |
||
caption | string | |
text | string | |
modal | bool | |
flags | MessageBoxFlag | |
parent | ||
id | int | |
Résultat |
public AddProgressBar ( bool horizontal, IrrlichtNETCP.Rect rectangle, |
||
horizontal | bool | |
rectangle | IrrlichtNETCP.Rect | |
parent | ||
id | int | |
Résultat | IrrlichtNETCP.GUIProgressBar |
public AddScrollBar ( bool horizontal, IrrlichtNETCP.Rect rectangle, |
||
horizontal | bool | |
rectangle | IrrlichtNETCP.Rect | |
parent | ||
id | int | |
Résultat |
public AddSpinBox ( string text, IrrlichtNETCP.Rect rectangle, |
||
text | string | |
rectangle | IrrlichtNETCP.Rect | |
parent | ||
id | int | |
Résultat | IrrlichtNETCP.GUISpinBox |
public AddStaticText ( string text, IrrlichtNETCP.Rect rectangle, bool border, bool wordWrap, |
||
text | string | |
rectangle | IrrlichtNETCP.Rect | |
border | bool | |
wordWrap | bool | |
parent | ||
id | int | |
fillBackground | bool | |
Résultat |
public AddStaticTextW ( string text, IrrlichtNETCP.Rect rectangle, bool border, bool wordWrap, |
||
text | string | |
rectangle | IrrlichtNETCP.Rect | |
border | bool | |
wordWrap | bool | |
parent | ||
id | int | |
fillBackground | bool | |
Résultat |
public AddTab ( IrrlichtNETCP.Rect rectangle, |
||
rectangle | IrrlichtNETCP.Rect | |
parent | ||
id | int | |
Résultat |
public AddTabControl ( IrrlichtNETCP.Rect rectangle, |
||
rectangle | IrrlichtNETCP.Rect | |
parent | ||
fillBackground | bool | |
hasBorder | bool | |
id | int | |
Résultat |
public AddToolBar ( |
||
parent | ||
id | int | |
Résultat |
public AddWindow ( IrrlichtNETCP.Rect rectangle, bool modal, string text, |
||
rectangle | IrrlichtNETCP.Rect | |
modal | bool | |
text | string | |
parent | ||
id | int | |
Résultat |
public AddWindowW ( IrrlichtNETCP.Rect rectangle, bool modal, string text, |
||
rectangle | IrrlichtNETCP.Rect | |
modal | bool | |
text | string | |
parent | ||
id | int | |
Résultat |
public CreateSkin ( GUISkinTypes skin ) : |
||
skin | GUISkinTypes | |
Résultat |
public GUIEnvironment ( |
||
raw | ||
Résultat | System |
public GetFont ( string filename ) : |
||
filename | string | |
Résultat |
public PostEventFromUser ( |
||
ev | ||
Résultat | bool |
public RemoveFocus ( |
||
elem | ||
Résultat | void |