C# Class IrrlichtNETCP.GUIToolBar

Inheritance: GUIElement
Afficher le fichier Open project: Paulus/irrlichtnetcp

Méthodes publiques

Méthode Description
AddButton ( int id, string text, string tooltip, Texture img, Texture pressedimg, bool isPushButton, bool useAlphaChannel ) : GUIButton
GUIToolBar ( IntPtr raw ) : System

Private Methods

Méthode Description
GUIToolBar_AddButton ( IntPtr toolbar, int id, string text, string tooltip, IntPtr img, IntPtr pressedimg, bool isPushButton, bool useAlphaChannel ) : IntPtr

Method Details

AddButton() public méthode

public AddButton ( int id, string text, string tooltip, Texture img, Texture pressedimg, bool isPushButton, bool useAlphaChannel ) : GUIButton
id int
text string
tooltip string
img Texture
pressedimg Texture
isPushButton bool
useAlphaChannel bool
Résultat GUIButton

GUIToolBar() public méthode

public GUIToolBar ( IntPtr raw ) : System
raw System.IntPtr
Résultat System