C# 클래스 Nez.UICanvas

simple component that houses a Stage and delegates update/render/debugRender calls
상속: RenderableComponent, IUpdatable
파일 보기 프로젝트 열기: prime31/Nez 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
stage Stage

공개 메소드들

메소드 설명
UICanvas ( ) : System
debugRender ( Graphics graphics ) : void
onAddedToEntity ( ) : void
onRemovedFromEntity ( ) : void
render ( Graphics graphics, Camera camera ) : void
showDialog ( string title, string messageText, string closeButtonText ) : Dialog

displays a simple dialog with a button to close it

비공개 메소드들

메소드 설명
IUpdatable ( ) : void

메소드 상세

UICanvas() 공개 메소드

public UICanvas ( ) : System
리턴 System

debugRender() 공개 메소드

public debugRender ( Graphics graphics ) : void
graphics Graphics
리턴 void

onAddedToEntity() 공개 메소드

public onAddedToEntity ( ) : void
리턴 void

onRemovedFromEntity() 공개 메소드

public onRemovedFromEntity ( ) : void
리턴 void

render() 공개 메소드

public render ( Graphics graphics, Camera camera ) : void
graphics Graphics
camera Camera
리턴 void

showDialog() 공개 메소드

displays a simple dialog with a button to close it
public showDialog ( string title, string messageText, string closeButtonText ) : Dialog
title string Title.
messageText string Message text.
closeButtonText string Close button text.
리턴 Nez.UI.Dialog

프로퍼티 상세

stage 공개적으로 프로퍼티

public Stage stage
리턴 Stage