C# Класс IrrlichtNETCP.GUIToolBar

Наследование: GUIElement
Показать файл Открыть проект

Открытые методы

Метод Описание
AddButton ( int id, string text, string tooltip, Texture img, Texture pressedimg, bool isPushButton, bool useAlphaChannel ) : GUIButton
GUIToolBar ( IntPtr raw ) : System

Приватные методы

Метод Описание
GUIToolBar_AddButton ( IntPtr toolbar, int id, string text, string tooltip, IntPtr img, IntPtr pressedimg, bool isPushButton, bool useAlphaChannel ) : IntPtr

Описание методов

AddButton() публичный Метод

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
Результат GUIButton

GUIToolBar() публичный Метод

public GUIToolBar ( IntPtr raw ) : System
raw System.IntPtr
Результат System