Class VolumeManager | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class VolumeManager

    Inheritance
    System.Object
    VolumeManager
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: UnityEngine.Experimental.Rendering
    Syntax
    public sealed class VolumeManager

    Properties

    baseComponentTypes

    Declaration
    public IEnumerable<Type> baseComponentTypes { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<Type>

    instance

    Declaration
    public static VolumeManager instance { get; }
    Property Value
    Type Description
    VolumeManager

    stack

    Declaration
    public VolumeStack stack { get; }
    Property Value
    Type Description
    VolumeStack

    Methods

    CheckBaseTypes()

    Declaration
    public void CheckBaseTypes()

    CheckStack(VolumeStack)

    Declaration
    public void CheckStack(VolumeStack stack)
    Parameters
    Type Name Description
    VolumeStack stack

    CreateStack()

    Declaration
    public VolumeStack CreateStack()
    Returns
    Type Description
    VolumeStack

    IsComponentActiveInMask<T>(LayerMask)

    Declaration
    public bool IsComponentActiveInMask<T>(LayerMask layerMask)where T : VolumeComponent
    Parameters
    Type Name Description
    LayerMask layerMask
    Returns
    Type Description
    System.Boolean
    Type Parameters
    Name Description
    T

    Register(Volume, Int32)

    Declaration
    public void Register(Volume volume, int layer)
    Parameters
    Type Name Description
    Volume volume
    System.Int32 layer

    Unregister(Volume, Int32)

    Declaration
    public void Unregister(Volume volume, int layer)
    Parameters
    Type Name Description
    Volume volume
    System.Int32 layer

    Update(Transform, LayerMask)

    Declaration
    public void Update(Transform trigger, LayerMask layerMask)
    Parameters
    Type Name Description
    Transform trigger
    LayerMask layerMask

    Update(VolumeStack, Transform, LayerMask)

    Declaration
    public void Update(VolumeStack stack, Transform trigger, LayerMask layerMask)
    Parameters
    Type Name Description
    VolumeStack stack
    Transform trigger
    LayerMask layerMask
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023