C# 클래스 Nez.Screen

파일 보기 프로젝트 열기: prime31/Nez

공개 메소드들

메소드 설명
applyChanges ( ) : void
setSize ( int width, int height ) : void

sets the preferredBackBuffer then applies the changes

비공개 메소드들

메소드 설명
initialize ( GraphicsDeviceManager graphicsManager ) : void

메소드 상세

applyChanges() 공개 정적인 메소드

public static applyChanges ( ) : void
리턴 void

setSize() 공개 정적인 메소드

sets the preferredBackBuffer then applies the changes
public static setSize ( int width, int height ) : void
width int Width.
height int Height.
리턴 void