Class Volume | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class Volume

    Inheritance
    System.Object
    Volume
    Namespace: UnityEngine.Experimental.Rendering
    Syntax
    public class Volume : MonoBehaviour

    Fields

    blendDistance

    Declaration
    public float blendDistance
    Field Value
    Type Description
    System.Single

    isGlobal

    Declaration
    public bool isGlobal
    Field Value
    Type Description
    System.Boolean

    priority

    Declaration
    public float priority
    Field Value
    Type Description
    System.Single

    sharedProfile

    Declaration
    public VolumeProfile sharedProfile
    Field Value
    Type Description
    VolumeProfile

    weight

    Declaration
    public float weight
    Field Value
    Type Description
    System.Single

    Properties

    profile

    Declaration
    public VolumeProfile profile { get; set; }
    Property Value
    Type Description
    VolumeProfile

    Methods

    HasInstantiatedProfile()

    Declaration
    public bool HasInstantiatedProfile()
    Returns
    Type Description
    System.Boolean
    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX