Version 3.3.0.1

CustomEditorUtility class

Namespace: Sirenix.OdinInspector.Editor
Assembly: Sirenix.OdinInspector.Editor
public static class CustomEditorUtility
Inheritance
  • System.Object
  • CustomEditorUtility

Fields

IsValid
public static readonly bool IsValid

Methods

ResetCustomEditors()
public static void ResetCustomEditors()
SetCustomEditor(Type, Type)
public static void SetCustomEditor(Type inspectedType, Type editorType)
Parameters
System.Type inspectedType

System.Type editorType

SetCustomEditor(Type, Type, Boolean, Boolean)
public static void SetCustomEditor(Type inspectedType, Type editorType, bool isFallbackEditor, bool isEditorForChildClasses)
Parameters
System.Type inspectedType

System.Type editorType

System.Boolean isFallbackEditor

System.Boolean isEditorForChildClasses

SetCustomEditor(Type, Type, Boolean, Boolean, Boolean)
public static void SetCustomEditor(Type inspectedType, Type editorType, bool isFallbackEditor, bool isEditorForChildClasses, bool isMultiEditor)
Parameters
System.Type inspectedType

System.Type editorType

System.Boolean isFallbackEditor

System.Boolean isEditorForChildClasses

System.Boolean isMultiEditor