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

    Class VolumeParameterDrawer

    Inheritance
    System.Object
    VolumeParameterDrawer
    Namespace: UnityEditor.Rendering
    Syntax
    public abstract class VolumeParameterDrawer

    Methods

    IsAutoProperty()

    Declaration
    public virtual bool IsAutoProperty()
    Returns
    Type Description
    System.Boolean

    OnGUI(SerializedDataParameter, GUIContent)

    Declaration
    public abstract bool OnGUI(SerializedDataParameter parameter, GUIContent title)
    Parameters
    Type Name Description
    SerializedDataParameter parameter
    GUIContent title
    Returns
    Type Description
    System.Boolean
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX