docs.unity.cn
    Show / Hide Table of Contents

    Class NoInterpIntParameter

    A VolumeParameter that holds a non-interpolating int value.

    Inheritance
    Object
    VolumeParameter
    VolumeParameter<Int32>
    NoInterpIntParameter
    Inherited Members
    VolumeParameter<Int32>.m_Value
    VolumeParameter<Int32>.value
    VolumeParameter<Int32>.Interp(Int32, Int32, Single)
    VolumeParameter<Int32>.Override(Int32)
    VolumeParameter<Int32>.SetValue(VolumeParameter)
    VolumeParameter<Int32>.GetHashCode()
    VolumeParameter<Int32>.ToString()
    VolumeParameter<Int32>.Equals(VolumeParameter<Int32>)
    VolumeParameter<Int32>.Equals(Object)
    VolumeParameter<Int32>.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 NoInterpIntParameter : VolumeParameter<int>, ICloneable, IEquatable<VolumeParameter<int>>

    Constructors

    NoInterpIntParameter(Int32, Boolean)

    Creates a new NoInterpIntParameter instance.

    Declaration
    public NoInterpIntParameter(int value, bool overrideState = false)
    Parameters
    Type Name Description
    Int32 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

    IntParameter
    MinIntParameter
    MaxIntParameter
    ClampedIntParameter
    NoInterpMinIntParameter
    NoInterpMaxIntParameter
    NoInterpClampedIntParameter
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 08 September 2023