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

    Class VisualEnvironment

    Inheritance
    Object
    VisualEnvironment
    Namespace: UnityEngine.Experimental.Rendering.HDPipeline
    Syntax
    [Serializable]
    public sealed class VisualEnvironment : VolumeComponent

    Fields

    fogType

    Declaration
    public FogTypeParameter fogType
    Field Value
    Type Description
    FogTypeParameter

    skyAmbientMode

    Declaration
    public SkyAmbientModeParameter skyAmbientMode
    Field Value
    Type Description
    SkyAmbientModeParameter

    skyType

    Declaration
    public IntParameter skyType
    Field Value
    Type Description
    IntParameter

    Methods

    PushFogShaderParameters(HDCamera, CommandBuffer)

    Declaration
    public void PushFogShaderParameters(HDCamera hdCamera, CommandBuffer cmd)
    Parameters
    Type Name Description
    HDCamera hdCamera
    CommandBuffer cmd
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX