C# 클래스 IrrlichtNETCP.GUIToolBar

상속: GUIElement
파일 보기 프로젝트 열기: Paulus/irrlichtnetcp

공개 메소드들

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