Class VolumeComponentMenu | Core RP Library | 7.2.1
docs.unity3d.com
    Show / Hide Table of Contents

    Class VolumeComponentMenu

    This attribute allows you to add commands to the Add Override popup menu on Volumes.

    Inheritance
    Object
    Attribute
    VolumeComponentMenu
    Namespace: UnityEngine.Rendering
    Syntax
    [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
    public sealed class VolumeComponentMenu : Attribute, _Attribute

    Constructors

    VolumeComponentMenu(String)

    Creates a new VolumeComponentMenu instance.

    Declaration
    public VolumeComponentMenu(string menu)
    Parameters
    Type Name Description
    String menu

    The name of the entry in the override list. You can use slashes to create sub-menus.

    Fields

    menu

    The name of the entry in the override list. You can use slashes to create sub-menus.

    Declaration
    public readonly string menu
    Field Value
    Type Description
    String
    In This Article
    • Constructors
      • VolumeComponentMenu(String)
    • Fields
      • menu
    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