C# 클래스 MoodSwingCoreComponents.MSResolution

파일 보기 프로젝트 열기: verngutz/MoodSwing

공개 메소드들

메소드 설명
BeginDraw ( ) : void

Sets the device to use the draw pump Sets correct aspect ratio

FullViewport ( ) : void
GetTransformationMatrix ( ) : Matrix
GetVirtualAspectRatio ( ) : float

Get virtual Mode Aspect Ratio

Init ( GraphicsDeviceManager &device ) : void
ResetViewport ( ) : void
SetResolution ( int new_width, int new_height ) : void
SetResolution ( int new_width, int new_height, bool fullScreen ) : void
SetVirtualResolution ( int Width, int Height ) : void

비공개 메소드들

메소드 설명
ApplyResolutionSettings ( ) : void
RecreateScaleMatrix ( ) : void

메소드 상세

BeginDraw() 공개 정적인 메소드

Sets the device to use the draw pump Sets correct aspect ratio
public static BeginDraw ( ) : void
리턴 void

FullViewport() 공개 정적인 메소드

public static FullViewport ( ) : void
리턴 void

GetTransformationMatrix() 공개 정적인 메소드

public static GetTransformationMatrix ( ) : Matrix
리턴 Matrix

GetVirtualAspectRatio() 공개 정적인 메소드

Get virtual Mode Aspect Ratio
public static GetVirtualAspectRatio ( ) : float
리턴 float

Init() 공개 정적인 메소드

public static Init ( GraphicsDeviceManager &device ) : void
device GraphicsDeviceManager
리턴 void

ResetViewport() 공개 정적인 메소드

public static ResetViewport ( ) : void
리턴 void

SetResolution() 공개 정적인 메소드

public static SetResolution ( int new_width, int new_height ) : void
new_width int
new_height int
리턴 void

SetResolution() 공개 정적인 메소드

public static SetResolution ( int new_width, int new_height, bool fullScreen ) : void
new_width int
new_height int
fullScreen bool
리턴 void

SetVirtualResolution() 공개 정적인 메소드

public static SetVirtualResolution ( int Width, int Height ) : void
Width int
Height int
리턴 void