Class NoInterpClampedIntParameter | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class NoInterpClampedIntParameter

    Inheritance
    System.Object
    VolumeParameter
    VolumeParameter<System.Int32>
    NoInterpClampedIntParameter
    Inherited Members
    VolumeParameter<Int32>.m_Value
    VolumeParameter<Int32>.k_DefaultInterpSwap
    VolumeParameter<Int32>.Interp(Int32, Int32, Single)
    VolumeParameter<Int32>.Override(Int32)
    VolumeParameter<Int32>.GetHashCode()
    VolumeParameter<Int32>.ToString()
    VolumeParameter<Int32>.Equals(VolumeParameter<Int32>)
    VolumeParameter<Int32>.Equals(Object)
    VolumeParameter.k_DebuggerDisplay
    VolumeParameter.m_OverrideState
    VolumeParameter.overrideState
    VolumeParameter.GetValue<T>()
    VolumeParameter.OnEnable()
    VolumeParameter.OnDisable()
    VolumeParameter.IsObjectParameter(Type)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: UnityEngine.Experimental.Rendering
    Syntax
    public sealed class NoInterpClampedIntParameter : VolumeParameter<int>, IEquatable<VolumeParameter<int>>

    Constructors

    NoInterpClampedIntParameter(Int32, Int32, Int32, Boolean)

    Declaration
    public NoInterpClampedIntParameter(int value, int min, int max, bool overrideState = false)
    Parameters
    Type Name Description
    System.Int32 value
    System.Int32 min
    System.Int32 max
    System.Boolean overrideState

    Fields

    max

    Declaration
    public int max
    Field Value
    Type Description
    System.Int32

    min

    Declaration
    public int min
    Field Value
    Type Description
    System.Int32

    Properties

    value

    Declaration
    public override int value { get; set; }
    Property Value
    Type Description
    System.Int32
    Overrides
    UnityEngine.Experimental.Rendering.VolumeParameter<System.Int32>.value
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023