C# Class FairyGUI.UIContentScaler

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: fairygui/FairyGUI-unity Class Usage Examples

Public Properties

Property Type Description
constantScaleFactor int
defaultSpriteDPI int
designResolutionX int
designResolutionY int
fallbackScreenDPI int
scaleMode ScaleMode
screenMatchMode ScreenMatchMode

Public Methods

Method Description
ApplyChange ( ) : void

ApplyModifiedProperties ( ) : void

Private Methods

Method Description
OnDestroy ( ) : void
OnEnable ( ) : void
Update ( ) : void

Method Details

ApplyChange() public method

public ApplyChange ( ) : void
return void

ApplyModifiedProperties() public method

public ApplyModifiedProperties ( ) : void
return void

Property Details

constantScaleFactor public property

public int constantScaleFactor
return int

defaultSpriteDPI public property

public int defaultSpriteDPI
return int

designResolutionX public property

public int designResolutionX
return int

designResolutionY public property

public int designResolutionY
return int

fallbackScreenDPI public property

public int fallbackScreenDPI
return int

scaleMode public property

public ScaleMode scaleMode
return ScaleMode

screenMatchMode public property

public ScreenMatchMode screenMatchMode
return ScreenMatchMode