Enum ScalingViewportRenderScaleMode
Defines how the base render scale of the viewport is selected.
Namespace: Content.Client.Viewport
Assembly: Content.Client.dll
Syntax
public enum ScalingViewportRenderScaleMode : int
Fields
Name | Description |
---|---|
CeilInt | Ceiling to the closest integer scale possible. |
Fixed | FixedRenderScale is used. |
FloorInt | Floor to the closest integer scale possible. |