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

    Class VolumeParameterDrawerAttribute

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

    Constructors

    VolumeParameterDrawerAttribute(Type)

    Declaration
    public VolumeParameterDrawerAttribute(Type parameterType)
    Parameters
    Type Name Description
    System.Type parameterType

    Fields

    parameterType

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