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

    Class AttributeDecorator

    Inheritance
    System.Object
    AttributeDecorator
    ColorUsageDecorator
    MaxDecorator
    MinDecorator
    MinMaxDecorator
    RangeDecorator
    TrackballDecorator
    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: UnityEditor.Rendering.PostProcessing
    Syntax
    public abstract class AttributeDecorator

    Methods

    IsAutoProperty()

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

    OnGUI(SerializedProperty, SerializedProperty, GUIContent, Attribute)

    Declaration
    public abstract bool OnGUI(SerializedProperty property, SerializedProperty overrideState, GUIContent title, Attribute attribute)
    Parameters
    Type Name Description
    SerializedProperty property
    SerializedProperty overrideState
    GUIContent title
    System.Attribute attribute
    Returns
    Type Description
    System.Boolean
    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX