Version 3.3.1.2

Odin has a dedicated attribute overview with examples

TypeSelectorSettingsAttribute class

Namespace: Sirenix.OdinInspector
Assembly: Sirenix.OdinInspector.Attributes
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
public class TypeSelectorSettingsAttribute : Attribute, _Attribute
Inheritance
  • System.Object
  • System.Attribute
  • TypeSelectorSettingsAttribute

Constructors

TypeSelectorSettingsAttribute()
public TypeSelectorSettingsAttribute()

Fields

FILTER_TYPES_FUNCTION_NAMED_VALUE
public const string FILTER_TYPES_FUNCTION_NAMED_VALUE = "type"
FilterTypesFunction
Function for filtering types displayed in the Type Selector.
public string FilterTypesFunction

Properties

PreferNamespaces
Specifies if namespaces are preferred over assembly category names for category names.
public bool PreferNamespaces { get; set; }
PreferNamespacesIsSet
public bool PreferNamespacesIsSet { get; }
ShowCategories
Specifies if categories are shown.
public bool ShowCategories { get; set; }
ShowCategoriesIsSet
public bool ShowCategoriesIsSet { get; }
ShowNoneItem
Specifies if the '<none>' item is shown.
public bool ShowNoneItem { get; set; }
ShowNoneItemIsSet
public bool ShowNoneItemIsSet { get; }