docs.unity3d.com
    目次を表示する/隠す

    Enum DynamicResScalePolicyType

    The type of dynamic resolution scaler. It essentially defines what the output of the scaler is expected to be.

    Namespace: UnityEngine.Rendering
    Syntax
    public enum DynamicResScalePolicyType : int

    Fields

    Name Description Value
    ReturnsPercentage

    If is the option, DynamicResolutionHandler expects the scaler to return a screen percentage. The value set will be clamped between the minimum and maximum percentage set in the GlobalDynamicResolutionSettings.

    0
    ReturnsMinMaxLerpFactor

    If is the option, DynamicResolutionHandler expects the scaler to return a factor t in the [0..1] such that the final resolution percentage is determined by lerp(minimumPercentage, maximumPercentage, t), where the minimum and maximum percentages are the one set in the GlobalDynamicResolutionSettings.

    1
    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)