C# Класс IrrlichtNETCP.GUIButton

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

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

Метод Описание
GUIButton ( IntPtr raw ) : System
SetImage ( Texture image ) : void
SetImage ( Texture image, IrrlichtNETCP.Rect pos ) : void
SetPressedImage ( Texture image ) : void
SetPressedImage ( Texture image, IrrlichtNETCP.Rect pos ) : void

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

Метод Описание
GUIButton_GetUseAlphaChannel ( IntPtr button ) : bool
GUIButton_IsPressed ( IntPtr button ) : bool
GUIButton_SetImage ( IntPtr button, IntPtr image, int pos ) : void
GUIButton_SetImageA ( IntPtr button, IntPtr image ) : void
GUIButton_SetIsPushButton ( IntPtr button, bool ispush ) : void
GUIButton_SetOverrideFont ( IntPtr button, IntPtr font ) : void
GUIButton_SetPressed ( IntPtr button, bool pressed ) : void
GUIButton_SetPressedImage ( IntPtr button, IntPtr image, int pos ) : void
GUIButton_SetPressedImageA ( IntPtr button, IntPtr image ) : void
GUIButton_SetUseAlphaChannel ( IntPtr button, bool use ) : void

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

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

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

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

public SetImage ( Texture image ) : void
image Texture
Результат void

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

public SetImage ( Texture image, IrrlichtNETCP.Rect pos ) : void
image Texture
pos IrrlichtNETCP.Rect
Результат void

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

public SetPressedImage ( Texture image ) : void
image Texture
Результат void

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

public SetPressedImage ( Texture image, IrrlichtNETCP.Rect pos ) : void
image Texture
pos IrrlichtNETCP.Rect
Результат void