docs.unity.cn
    Show / Hide Table of Contents

    Class RTASCullingModeParameter

    A VolumeParameter that holds a RTASCullingMode value.

    Inheritance
    Object
    VolumeParameter
    VolumeParameter<RTASCullingMode>
    RTASCullingModeParameter
    Inherited Members
    VolumeParameter<RTASCullingMode>.m_Value
    VolumeParameter<RTASCullingMode>.Interp(RTASCullingMode, RTASCullingMode, Single)
    VolumeParameter<RTASCullingMode>.Override(RTASCullingMode)
    VolumeParameter<RTASCullingMode>.SetValue(VolumeParameter)
    VolumeParameter<RTASCullingMode>.GetHashCode()
    VolumeParameter<RTASCullingMode>.ToString()
    VolumeParameter<RTASCullingMode>.Equals(VolumeParameter<RTASCullingMode>)
    VolumeParameter<RTASCullingMode>.Equals(Object)
    VolumeParameter<RTASCullingMode>.Clone()
    VolumeParameter<RTASCullingMode>.value
    VolumeParameter.k_DebuggerDisplay
    VolumeParameter.m_OverrideState
    VolumeParameter.GetValue<T>()
    VolumeParameter.OnEnable()
    VolumeParameter.OnDisable()
    VolumeParameter.IsObjectParameter(Type)
    VolumeParameter.Release()
    VolumeParameter.overrideState
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    [Serializable]
    public sealed class RTASCullingModeParameter : VolumeParameter<RTASCullingMode>, ICloneable, IEquatable<VolumeParameter<RTASCullingMode>>

    Constructors

    RTASCullingModeParameter(RTASCullingMode, Boolean)

    Creates a new RTASCullingModeParameter instance.

    Declaration
    public RTASCullingModeParameter(RTASCullingMode value, bool overrideState = false)
    Parameters
    Type Name Description
    RTASCullingMode value

    The initial value to store in the parameter.

    Boolean overrideState

    The initial override state for the parameter.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 17 July 2023