C# 클래스 GUIExample.CustomElement

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

공개 메소드들

메소드 설명
CustomElement ( GUIEnvironment guienv, GUIElement parent, int id, IrrlichtNETCP.Rect rect ) : System
Draw ( ) : void
OnEvent ( Event ev ) : bool

메소드 상세

CustomElement() 공개 메소드

public CustomElement ( GUIEnvironment guienv, GUIElement parent, int id, IrrlichtNETCP.Rect rect ) : System
guienv IrrlichtNETCP.GUIEnvironment
parent IrrlichtNETCP.GUIElement
id int
rect IrrlichtNETCP.Rect
리턴 System

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

OnEvent() 공개 메소드

public OnEvent ( Event ev ) : bool
ev IrrlichtNETCP.Event
리턴 bool