C# Class FairyGUI.UIContentScaler

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: fairygui/FairyGUI-unity Class Usage Examples

Méthodes publiques

Свойство Type Description
constantScaleFactor int
defaultSpriteDPI int
designResolutionX int
designResolutionY int
fallbackScreenDPI int
scaleMode ScaleMode
screenMatchMode ScreenMatchMode

Méthodes publiques

Méthode Description
ApplyChange ( ) : void

ApplyModifiedProperties ( ) : void

Private Methods

Méthode Description
OnDestroy ( ) : void
OnEnable ( ) : void
Update ( ) : void

Method Details

ApplyChange() public méthode

public ApplyChange ( ) : void
Résultat void

ApplyModifiedProperties() public méthode

public ApplyModifiedProperties ( ) : void
Résultat void

Property Details

constantScaleFactor public_oe property

public int constantScaleFactor
Résultat int

defaultSpriteDPI public_oe property

public int defaultSpriteDPI
Résultat int

designResolutionX public_oe property

public int designResolutionX
Résultat int

designResolutionY public_oe property

public int designResolutionY
Résultat int

fallbackScreenDPI public_oe property

public int fallbackScreenDPI
Résultat int

scaleMode public_oe property

public ScaleMode scaleMode
Résultat ScaleMode

screenMatchMode public_oe property

public ScreenMatchMode screenMatchMode
Résultat ScreenMatchMode