Version 3.3.0.2

TypeSelectorDrawerSettingsAttribute class

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

Constructors

TypeSelectorDrawerSettingsAttribute()
public TypeSelectorDrawerSettingsAttribute()

Fields

FilterTypesFunction
Function for filtering types displayed in the Type Selector.
public string FilterTypesFunction

Properties

PreferNamespaces
public bool PreferNamespaces { get; set; }
PreferNamespacesIsSet
public bool PreferNamespacesIsSet { get; }
ShowCategories
public bool ShowCategories { get; set; }
ShowCategoriesIsSet
public bool ShowCategoriesIsSet { get; }
ShowNoneItem
public bool ShowNoneItem { get; set; }
ShowNoneItemIsSet
public bool ShowNoneItemIsSet { get; }