Enum GuiScaleMode
Enum representing a type of GUI scaling method to use.
Namespace: Ritchie.Toolbox
Assembly: Ritchie.Toolbox.dll
Syntax
public enum GuiScaleMode
Fields
Name | Description |
---|---|
None | Do not scale the UI; render it at the exact same dimensions as the viewport. |
ScaleByScreenSize | Scale the widget canvas based on the width or height of the viewport. |