C# Класс UnityEngine.UI.CanvasScaler

Наследование: UnityEngine.EventSystems.UIBehaviour
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
CanvasScaler ( ) : System
Handle ( ) : void

Method that handles calculations of canvas scaling.

HandleConstantPhysicalSize ( ) : void

Handles canvas scaling for a constant physical size.

HandleConstantPixelSize ( ) : void

Handles canvas scaling for a constant pixel size.

HandleScaleWithScreenSize ( ) : void

Handles canvas scaling that scales with the screen size.

HandleWorldCanvas ( ) : void

Handles canvas scaling for world canvas.

OnDisable ( ) : void

See MonoBehaviour.OnDisable.

OnEnable ( ) : void
OnValidate ( ) : void
SetReferencePixelsPerUnit ( float referencePixelsPerUnit ) : void

Sets the referencePixelsPerUnit on the Canvas.

SetScaleFactor ( float scaleFactor ) : void

Sets the scale factor on the canvas.

Update ( ) : void

Handles per-frame checking if the canvas scaling needs to be updated.

Описание методов

CanvasScaler() защищенный Метод

protected CanvasScaler ( ) : System
Результат System

Handle() защищенный Метод

Method that handles calculations of canvas scaling.

protected Handle ( ) : void
Результат void

HandleConstantPhysicalSize() защищенный Метод

Handles canvas scaling for a constant physical size.

protected HandleConstantPhysicalSize ( ) : void
Результат void

HandleConstantPixelSize() защищенный Метод

Handles canvas scaling for a constant pixel size.

protected HandleConstantPixelSize ( ) : void
Результат void

HandleScaleWithScreenSize() защищенный Метод

Handles canvas scaling that scales with the screen size.

protected HandleScaleWithScreenSize ( ) : void
Результат void

HandleWorldCanvas() защищенный Метод

Handles canvas scaling for world canvas.

protected HandleWorldCanvas ( ) : void
Результат void

OnDisable() защищенный Метод

See MonoBehaviour.OnDisable.

protected OnDisable ( ) : void
Результат void

OnEnable() защищенный Метод

protected OnEnable ( ) : void
Результат void

OnValidate() защищенный Метод

protected OnValidate ( ) : void
Результат void

SetReferencePixelsPerUnit() защищенный Метод

Sets the referencePixelsPerUnit on the Canvas.

protected SetReferencePixelsPerUnit ( float referencePixelsPerUnit ) : void
referencePixelsPerUnit float
Результат void

SetScaleFactor() защищенный Метод

Sets the scale factor on the canvas.

protected SetScaleFactor ( float scaleFactor ) : void
scaleFactor float The scale factor to use.
Результат void

Update() защищенный Метод

Handles per-frame checking if the canvas scaling needs to be updated.

protected Update ( ) : void
Результат void