docs.unity.cn
    Show / Hide Table of Contents

    Class APVLeakReductionModeParameter

    A VolumeParameter that holds a APVLeakReductionMode value.

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

    Constructors

    APVLeakReductionModeParameter(APVLeakReductionMode, Boolean)

    Creates a new APVLeakReductionModeParameter instance.

    Declaration
    public APVLeakReductionModeParameter(APVLeakReductionMode value, bool overrideState = false)
    Parameters
    Type Name Description
    APVLeakReductionMode 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)
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 08 September 2023