Interface ResolutionScaleParams

interface ResolutionScaleParams {
    enabled?: boolean;
    resolutionScale?: number;
}

Properties

enabled?: boolean

Whether this component is enabled.

resolutionScale?: number

The scale when ResolutionScale is applied.

Default is 0.5.