C# Class IrrlichtNETCP.GUIButton

Inheritance: GUIElement
Mostrar archivo Open project: Paulus/irrlichtnetcp Class Usage Examples

Public Methods

Method 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

Method 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 method

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

SetImage() public method

public SetImage ( Texture image ) : void
image Texture
return void

SetImage() public method

public SetImage ( Texture image, IrrlichtNETCP.Rect pos ) : void
image Texture
pos IrrlichtNETCP.Rect
return void

SetPressedImage() public method

public SetPressedImage ( Texture image ) : void
image Texture
return void

SetPressedImage() public method

public SetPressedImage ( Texture image, IrrlichtNETCP.Rect pos ) : void
image Texture
pos IrrlichtNETCP.Rect
return void