C# 클래스 ScreenSettingsManager, DOEGame

Screen settings manager.
상속: MonoBehaviour
파일 보기 프로젝트 열기: kuvick/DOEGame 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
horizontalBarHeight float
screenHeight float
screenWidth float
verticalBarWidth float

공개 메소드들

메소드 설명
CalculateSettings ( float targetaspect ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
CalculateBarSizes ( ) : void
CalulateScreenDimensions ( ) : void

메소드 상세

CalculateSettings() 공개 메소드

public CalculateSettings ( float targetaspect ) : void
targetaspect float
리턴 void

프로퍼티 상세

horizontalBarHeight 공개적으로 정적으로 프로퍼티

public static float horizontalBarHeight
리턴 float

screenHeight 공개적으로 정적으로 프로퍼티

public static float screenHeight
리턴 float

screenWidth 공개적으로 정적으로 프로퍼티

public static float screenWidth
리턴 float

verticalBarWidth 공개적으로 정적으로 프로퍼티

public static float verticalBarWidth
리턴 float