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

    Class NoInterpMinFloatParameter

    A VolumeParameter that holds a non-interpolating float value clamped to a minimum value.

    Inheritance
    Object
    VolumeParameter
    VolumeParameter<Single>
    NoInterpMinFloatParameter
    Inherited Members
    VolumeParameter<Single>.m_Value
    VolumeParameter<Single>.Interp(Single, Single, Single)
    VolumeParameter<Single>.Override(Single)
    VolumeParameter<Single>.SetValue(VolumeParameter)
    VolumeParameter<Single>.GetHashCode()
    VolumeParameter<Single>.ToString()
    VolumeParameter<Single>.Equals(VolumeParameter<Single>)
    VolumeParameter<Single>.Equals(Object)
    VolumeParameter.k_DebuggerDisplay
    VolumeParameter.m_OverrideState
    VolumeParameter.overrideState
    VolumeParameter.GetValue<T>()
    VolumeParameter.OnEnable()
    VolumeParameter.OnDisable()
    VolumeParameter.IsObjectParameter(Type)
    VolumeParameter.Release()
    Namespace: UnityEngine.Rendering
    Syntax
    public class NoInterpMinFloatParameter : VolumeParameter<float>, IEquatable<VolumeParameter<float>>

    Constructors

    NoInterpMinFloatParameter(Single, Single, Boolean)

    Creates a new NoInterpMinFloatParameter instance.

    Declaration
    public NoInterpMinFloatParameter(float value, float min, bool overrideState = false)
    Parameters
    Type Name Description
    Single value

    The initial value to storedin the parameter.

    Single min

    The minimum value to clamp the parameter to.

    Boolean overrideState

    The initial override state for the parameter.

    Fields

    min

    The minimum value to clamp this parameter to.

    Declaration
    public float min
    Field Value
    Type Description
    Single

    Properties

    value

    The value that this parameter stores.

    Declaration
    public override float value { get; set; }
    Property Value
    Type Description
    Single
    Overrides
    UnityEngine.Rendering.VolumeParameter<System.Single>.value
    Remarks

    You can override this property to define custom behaviors when the value is changed.

    See Also

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