C# 클래스 FairyGUI.UIContentScaler

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: fairygui/FairyGUI-unity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
constantScaleFactor int
defaultSpriteDPI int
designResolutionX int
designResolutionY int
fallbackScreenDPI int
scaleMode ScaleMode
screenMatchMode ScreenMatchMode

공개 메소드들

메소드 설명
ApplyChange ( ) : void

ApplyModifiedProperties ( ) : void

비공개 메소드들

메소드 설명
OnDestroy ( ) : void
OnEnable ( ) : void
Update ( ) : void

메소드 상세

ApplyChange() 공개 메소드

public ApplyChange ( ) : void
리턴 void

ApplyModifiedProperties() 공개 메소드

public ApplyModifiedProperties ( ) : void
리턴 void

프로퍼티 상세

constantScaleFactor 공개적으로 프로퍼티

public int constantScaleFactor
리턴 int

defaultSpriteDPI 공개적으로 프로퍼티

public int defaultSpriteDPI
리턴 int

designResolutionX 공개적으로 프로퍼티

public int designResolutionX
리턴 int

designResolutionY 공개적으로 프로퍼티

public int designResolutionY
리턴 int

fallbackScreenDPI 공개적으로 프로퍼티

public int fallbackScreenDPI
리턴 int

scaleMode 공개적으로 프로퍼티

public ScaleMode scaleMode
리턴 ScaleMode

screenMatchMode 공개적으로 프로퍼티

public ScreenMatchMode screenMatchMode
리턴 ScreenMatchMode