Class EditorUtilities
Inheritance
System.Object
EditorUtilities
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 static class EditorUtilities
Methods
DrawFixMeBox(String, Action)
Declaration
public static void DrawFixMeBox(string text, Action action)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | |
System.Action | action |
DrawHeader(String, SerializedProperty, SerializedProperty, PostProcessEffectSettings, Action, Action)
Declaration
public static bool DrawHeader(string title, SerializedProperty group, SerializedProperty activeField, PostProcessEffectSettings target, Action resetAction, Action removeAction)
Parameters
Type | Name | Description |
---|---|---|
System.String | title | |
SerializedProperty | group | |
SerializedProperty | activeField | |
PostProcessEffectSettings | target | |
System.Action | resetAction | |
System.Action | removeAction |
Returns
Type | Description |
---|---|
System.Boolean |
DrawHeader(String, Boolean)
Declaration
public static bool DrawHeader(string title, bool state)
Parameters
Type | Name | Description |
---|---|---|
System.String | title | |
System.Boolean | state |
Returns
Type | Description |
---|---|
System.Boolean |
DrawHeaderLabel(String)
Declaration
public static void DrawHeaderLabel(string title)
Parameters
Type | Name | Description |
---|---|---|
System.String | title |
DrawOverrideCheckbox(Rect, SerializedProperty)
Declaration
public static void DrawOverrideCheckbox(Rect rect, SerializedProperty property)
Parameters
Type | Name | Description |
---|---|---|
Rect | rect | |
SerializedProperty | property |
DrawSplitter()
Declaration
public static void DrawSplitter()
GetContent(String)
Declaration
public static GUIContent GetContent(string textAndTooltip)
Parameters
Type | Name | Description |
---|---|---|
System.String | textAndTooltip |
Returns
Type | Description |
---|---|
GUIContent |