Class Utilities
Inheritance
System.Object
Utilities
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.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LlamaSoftware.Chat.CustomEditors
Assembly: LlamaSoftware.Chat.Editor.dll
Syntax
public class Utilities
Fields
DefaultGUILayoutOptions
Declaration
public static GUILayoutOption[] DefaultGUILayoutOptions
Field Value
Type | Description |
---|---|
UnityEngine.GUILayoutOption[] |
Methods
CreateColorFieldWithDelay(SerializedProperty, GUIContent, Object, String)
Declaration
public static void CreateColorFieldWithDelay(SerializedProperty Property, GUIContent Label, Object targetObject, string UndoMessage)
Parameters
Type | Name | Description |
---|---|---|
UnityEditor.SerializedProperty | Property | |
UnityEngine.GUIContent | Label | |
UnityEngine.Object | targetObject | |
System.String | UndoMessage |
CreateDelayedFieldWithUndo(SerializedProperty, Int32, GUIContent, Object, String)
Declaration
public static void CreateDelayedFieldWithUndo(SerializedProperty Property, int value, GUIContent Label, Object targetObject, string UndoMessage)
Parameters
Type | Name | Description |
---|---|---|
UnityEditor.SerializedProperty | Property | |
System.Int32 | value | |
UnityEngine.GUIContent | Label | |
UnityEngine.Object | targetObject | |
System.String | UndoMessage |
CreateDelayedFieldWithUndo(SerializedProperty, Single, GUIContent, Object, String)
Declaration
public static void CreateDelayedFieldWithUndo(SerializedProperty Property, float value, GUIContent Label, Object targetObject, string UndoMessage)
Parameters
Type | Name | Description |
---|---|---|
UnityEditor.SerializedProperty | Property | |
System.Single | value | |
UnityEngine.GUIContent | Label | |
UnityEngine.Object | targetObject | |
System.String | UndoMessage |
CreateDelayedFieldWithUndo(SerializedProperty, String, GUIContent, Object, String)
Declaration
public static void CreateDelayedFieldWithUndo(SerializedProperty Property, string value, GUIContent Label, Object targetObject, string UndoMessage)
Parameters
Type | Name | Description |
---|---|---|
UnityEditor.SerializedProperty | Property | |
System.String | value | |
UnityEngine.GUIContent | Label | |
UnityEngine.Object | targetObject | |
System.String | UndoMessage |
CreateToggleWithUndo(SerializedProperty, GUIContent, Object, String)
Declaration
public static void CreateToggleWithUndo(SerializedProperty Property, GUIContent Label, Object targetObject, string UndoMessage)
Parameters
Type | Name | Description |
---|---|---|
UnityEditor.SerializedProperty | Property | |
UnityEngine.GUIContent | Label | |
UnityEngine.Object | targetObject | |
System.String | UndoMessage |