Version 3.3.0.1

OdinDontRegisterAttribute class

Namespace: Sirenix.OdinInspector.Editor
Assembly: Sirenix.OdinInspector.Editor
[AttributeUsage(AttributeTargets.Class)]
public sealed class OdinDontRegisterAttribute : Attribute, _Attribute
Use this attribute to prevent a type from being included in Odin systems. The attribute can be applied to Odin drawers, Odin property resolvers and Odin attribute processor types.
Inheritance
  • System.Object
  • System.Attribute
  • OdinDontRegisterAttribute

Constructors

OdinDontRegisterAttribute()
public OdinDontRegisterAttribute()