C# 클래스 Pandora.Engine.Core.World

파일 보기 프로젝트 열기: enguard/Ecalia 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( ) : void
World ( string title = "Ecalia", int width = 800, int height = 600 ) : System

비공개 메소드들

메소드 설명
LoadAll ( ) : void
OnKeyCallback ( GlfwWindowPtr wnd, Key key, int scanCode, KeyAction action, KeyModifiers mods ) : void
OnWindowRender ( ) : void

메소드 상세

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

World() 공개 메소드

public World ( string title = "Ecalia", int width = 800, int height = 600 ) : System
title string
width int
height int
리턴 System