C# 클래스 IrrlichtNETCP.GUIButton

상속: GUIElement
파일 보기 프로젝트 열기: Paulus/irrlichtnetcp 1 사용 예제들

공개 메소드들

메소드 설명
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