Class FogTypeParameter | High Definition RP | 6.7.1-preview
docs.unity.cn
    Show / Hide Table of Contents

    Class FogTypeParameter

    Inheritance
    Object
    FogTypeParameter
    Namespace: UnityEngine.Experimental.Rendering.HDPipeline
    Syntax
    [Serializable]
    public sealed class FogTypeParameter : VolumeParameter<FogType>

    Constructors

    FogTypeParameter(FogType, Boolean)

    Declaration
    public FogTypeParameter(FogType value, bool overrideState = false)
    Parameters
    Type Name Description
    FogType value
    Boolean overrideState
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX