Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.OdinInspector.Editor |
[SirenixEditorConfig]
public class InspectorConfig : GlobalConfig<InspectorConfig>, IGlobalConfigEvents, ISerializationCallbackReceiver
Tell Odin which types should be drawn or should not be drawn by Odin.
You can modify which types should be drawn by Odin in the Preferences window found in 'Tools -> Odin Inspector -> Preferences -> Editor Types', or by locating the configuration file stored as a serialized object in the Sirenix folder under 'Odin Inspector/Config/Editor/InspectorConfig'.
public InspectorConfig()
public InspectorDefaultEditors DefaultEditorBehaviour { get; set; }
public InspectorTypeDrawingConfig DrawingConfig { get; }
public bool EnableOdinInInspector { get; set; }
[Button("Update Editors", 22, DisplayParameters = false)]
[HorizontalGroup(100F, 0, 0, 0F)]
public void UpdateAndRefreshInspector()
public void UpdateOdinEditors()