C# 클래스 OpenTkEngine.Core.Gui.Panel

상속: Control
파일 보기 프로젝트 열기: jikoriko/OpentkEngine 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_controls List

공개 메소드들

메소드 설명
AddControl ( Control control ) : void
GetControls ( ) : List
Panel ( int x, int y, int z, int width, int height, State state ) : System
RemoveControl ( Control control ) : void
RenderContent ( ) : void
Update ( ) : void

메소드 상세

AddControl() 공개 메소드

public AddControl ( Control control ) : void
control Control
리턴 void

GetControls() 공개 메소드

public GetControls ( ) : List
리턴 List

Panel() 공개 메소드

public Panel ( int x, int y, int z, int width, int height, State state ) : System
x int
y int
z int
width int
height int
state State
리턴 System

RemoveControl() 공개 메소드

public RemoveControl ( Control control ) : void
control Control
리턴 void

RenderContent() 공개 메소드

public RenderContent ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

_controls 보호되어 있는 프로퍼티

protected List _controls
리턴 List