docs.unity.cn
    Show / Hide Table of Contents

    Class RayTracingModeParameter

    A that holds a RayTracingMode value.

    Inheritance
    Object
    RayTracingModeParameter
    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    public sealed class RayTracingModeParameter : VolumeParameter<RayTracingMode>

    Constructors

    RayTracingModeParameter(RayTracingMode, Boolean)

    Creates a new RayTracingModeParameter instance.

    Declaration
    public RayTracingModeParameter(RayTracingMode value, bool overrideState = false)
    Parameters
    Type Name Description
    RayTracingMode value

    The initial value to store in the parameter.

    Boolean overrideState

    The initial override state for the parameter.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Thursday, July 8, 2021