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)
Syntax
public static class EditorUtilities
Properties
isTargetingConsoles
Declaration
public static bool isTargetingConsoles { get; }
Property Value
Type |
Description |
System.Boolean |
|
isTargetingConsolesOrMobiles
Declaration
public static bool isTargetingConsolesOrMobiles { get; }
Property Value
Type |
Description |
System.Boolean |
|
isTargetingMobiles
Declaration
public static bool isTargetingMobiles { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
DrawFixMeBox(String, Action)
Declaration
public static void DrawFixMeBox(string text, Action action)
Parameters
Type |
Name |
Description |
System.String |
text |
|
System.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 |
|
Declaration
public static bool DrawHeader(string title, bool state)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.Boolean |
state |
|
Returns
Type |
Description |
System.Boolean |
|
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 |
|