docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MaxIntParameter

    A VolumeParameter that holds an int value clamped to a maximum value.

    Inheritance
    object
    VolumeParameter
    VolumeParameter<int>
    IntParameter
    MaxIntParameter
    Implements
    ICloneable
    IEquatable<VolumeParameter<int>>
    Inherited Members
    IntParameter.Interp(int, int, float)
    VolumeParameter<int>.m_Value
    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 MaxIntParameter : IntParameter, ICloneable, IEquatable<VolumeParameter<int>>

    Constructors

    Name Description
    MaxIntParameter(int, int, bool)

    Creates a new MaxIntParameter instance.

    Fields

    Name Description
    max

    The maximum 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
    ClampedIntParameter
    NoInterpIntParameter
    NoInterpMinIntParameter
    NoInterpMaxIntParameter
    NoInterpClampedIntParameter
    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)