C# Class IrrlichtNETCP.GUIToolBar

Inheritance: GUIElement
ファイルを表示 Open project: Paulus/irrlichtnetcp

Public Methods

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

Private Methods

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

Method Details

AddButton() public method

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
return GUIButton

GUIToolBar() public method

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