Class AttributeDecorator
Inheritance
System.Object
AttributeDecorator
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 |