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

    Class VolumeComponentEditorAttribute

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

    Constructors

    VolumeComponentEditorAttribute(Type)

    Declaration
    public VolumeComponentEditorAttribute(Type componentType)
    Parameters
    Type Name Description
    System.Type componentType

    Fields

    componentType

    Declaration
    public readonly Type componentType
    Field Value
    Type Description
    System.Type
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX