Click or drag to resize
EditorGUIUtils Class
Additional EditorGUILayout kind methods.
Inheritance Hierarchy
SystemObject
  Slash.Unity.Editor.Common.Inspectors.UtilsEditorGUIUtils

Namespace: Slash.Unity.Editor.Common.Inspectors.Utils
Assembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntax
public static class EditorGUIUtils

The EditorGUIUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberArrayFieldT
Draws an inspector for modifying the specified array.
Public methodStatic memberAttributeTableField
Draws an inspector for the passed attribute table.
Public methodStatic memberBlueprintComponentsField
Public methodStatic memberBlueprintIdSelection
Public methodStatic memberListField(Boolean, GUIContent, IList, FuncInt32, IList, FuncObject, Int32, Object, IList)
Draws an inspector for modifying the specified list.
Public methodStatic memberListField(Boolean, GUIContent, IList, FuncInt32, IList, Type, IList)
Draws an inspector for modifying the specified list.
Public methodStatic memberListFieldT(Boolean, GUIContent, IList, FuncInt32, IList)
Draws an inspector for modifying the specified list.
Public methodStatic memberLogicInspectorPropertyField(InspectorPropertyAttribute, Object, InspectorTypeTable, IBlueprintManager)
Draws an inspector for the specified logic property.
Public methodStatic memberLogicInspectorPropertyField(InspectorPropertyAttribute, Object, GUIContent, InspectorTypeTable, IBlueprintManager)
Draws an inspector for the specified logic property.
Public methodStatic memberShaderField
Draws an inspector for the specified shader.
Public methodStatic memberVector2FField
Public methodStatic memberVector2IField
Top
See Also