docs.unity.cn
    Show / Hide Table of Contents

    Class NoInterpFloatParameter

    A VolumeParameter that holds a non-interpolating float value.

    Inheritance
    Object
    VolumeParameter
    VolumeParameter<Single>
    NoInterpFloatParameter
    Inherited Members
    VolumeParameter<Single>.m_Value
    VolumeParameter<Single>.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<Single>.Clone()
    VolumeParameter.k_DebuggerDisplay
    VolumeParameter.m_OverrideState
    VolumeParameter.overrideState
    VolumeParameter.GetValue<T>()
    VolumeParameter.OnEnable()
    VolumeParameter.OnDisable()
    VolumeParameter.IsObjectParameter(Type)
    VolumeParameter.Release()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEngine.Rendering
    Syntax
    [Serializable]
    public class NoInterpFloatParameter : VolumeParameter<float>, ICloneable, IEquatable<VolumeParameter<float>>

    Constructors

    NoInterpFloatParameter(Single, Boolean)

    Creates a new NoInterpFloatParameter instance.

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

    The initial value to store in the parameter

    Boolean overrideState

    The initial override state for the parameter.

    Extension Methods

    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, Boolean)
    ReflectionUtils.Invoke(Object, String, Object[])
    ReflectionUtils.SetField(Object, String, Object)
    ReflectionUtils.GetField(Object, String)
    ReflectionUtils.GetFields(Object)

    See Also

    FloatParameter
    MinFloatParameter
    MaxFloatParameter
    ClampedFloatParameter
    FloatRangeParameter
    NoInterpMinFloatParameter
    NoInterpMaxFloatParameter
    NoInterpClampedFloatParameter
    NoInterpFloatRangeParameter
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 08 September 2023