docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class NoInterpClampedIntParameter

    A VolumeParameter that holds a non-interpolating int value clamped between a minimum and a maximum value.

    Inheritance
    object
    VolumeParameter
    VolumeParameter<int>
    NoInterpClampedIntParameter
    Implements
    ICloneable
    IEquatable<VolumeParameter<int>>
    Inherited Members
    VolumeParameter<int>.m_Value
    VolumeParameter<int>.Interp(int, int, float)
    VolumeParameter<int>.Override(int)
    VolumeParameter<int>.SetValue(VolumeParameter)
    VolumeParameter<int>.GetHashCode()
    VolumeParameter<int>.ToString()
    VolumeParameter<int>.Equals(VolumeParameter<int>)
    VolumeParameter<int>.Equals(object)
    VolumeParameter<int>.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 NoInterpClampedIntParameter : VolumeParameter<int>, ICloneable, IEquatable<VolumeParameter<int>>

    Constructors

    Name Description
    NoInterpClampedIntParameter(int, int, int, bool)

    Creates a new NoInterpClampedIntParameter 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

    IntParameter
    MinIntParameter
    MaxIntParameter
    ClampedIntParameter
    NoInterpIntParameter
    NoInterpMinIntParameter
    NoInterpMaxIntParameter
    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)