Version 3.3.0.2

InspectorDefaultEditors enum

Namespace: Sirenix.OdinInspector.Editor
Assembly: Sirenix.OdinInspector.Editor
[Flags]
public enum InspectorDefaultEditors
InspectorDefaultEditors is a bitmask used to tell InspectorConfig which types should have an Odin Editor generated.
See Also

Values

None
Excludes all types.
OtherTypes
OtherTypes include all other types that are not depended on UnityEngine or UnityEditor.
PluginTypes
PluginTypes includes all types located in the plugins folder and are not located in an editor folder.
UnityTypes
UnityTypes includes all types depended on UnityEngine and from UnityEngine, except editor, plugin and user types.
UserTypes
UserTypes includes all custom user scripts that are not located in an editor or plugin folder.