C# Class IrrlichtNETCP.GUIButton

Inheritance: GUIElement
Afficher le fichier Open project: Paulus/irrlichtnetcp Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

GUIButton() public méthode

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

SetImage() public méthode

public SetImage ( Texture image ) : void
image Texture
Résultat void

SetImage() public méthode

public SetImage ( Texture image, IrrlichtNETCP.Rect pos ) : void
image Texture
pos IrrlichtNETCP.Rect
Résultat void

SetPressedImage() public méthode

public SetPressedImage ( Texture image ) : void
image Texture
Résultat void

SetPressedImage() public méthode

public SetPressedImage ( Texture image, IrrlichtNETCP.Rect pos ) : void
image Texture
pos IrrlichtNETCP.Rect
Résultat void