docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class NoInterpFloatRangeParameter

    A VolumeParameter that holds a non-interpolating Vector2 value holding a range of two float values clamped between a minimum and a maximum value.

    Inheritance
    object
    VolumeParameter
    VolumeParameter<Vector2>
    NoInterpFloatRangeParameter
    Implements
    ICloneable
    IEquatable<VolumeParameter<Vector2>>
    Inherited Members
    VolumeParameter<Vector2>.m_Value
    VolumeParameter<Vector2>.Interp(Vector2, Vector2, float)
    VolumeParameter<Vector2>.Override(Vector2)
    VolumeParameter<Vector2>.SetValue(VolumeParameter)
    VolumeParameter<Vector2>.GetHashCode()
    VolumeParameter<Vector2>.ToString()
    VolumeParameter<Vector2>.Equals(VolumeParameter<Vector2>)
    VolumeParameter<Vector2>.Equals(object)
    VolumeParameter<Vector2>.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.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.Rendering
    Assembly: Unity.RenderPipelines.Core.Runtime.dll
    Syntax
    [Serializable]
    public class NoInterpFloatRangeParameter : VolumeParameter<Vector2>, ICloneable, IEquatable<VolumeParameter<Vector2>>

    Constructors

    Name Description
    NoInterpFloatRangeParameter(Vector2, float, float, bool)

    Creates a new NoInterpFloatRangeParameter instance.

    Fields

    Name Description
    max

    The maximum value to clamp this parameter to.

    min

    The minimum value to clamp this parameter to.

    Properties

    Name Description
    value

    The value that this parameter stores.

    Extension Methods

    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, bool)

    See Also

    FloatParameter
    MinFloatParameter
    MaxFloatParameter
    ClampedFloatParameter
    FloatRangeParameter
    NoInterpFloatParameter
    NoInterpMinFloatParameter
    NoInterpMaxFloatParameter
    NoInterpClampedFloatParameter
    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)