Version 3.3.0.1

Odin has a dedicated attribute overview with examples

HideDuplicateReferenceBoxAttribute class

Namespace: Sirenix.OdinInspector
Assembly: Sirenix.OdinInspector.Attributes
[Conditional("UNITY_EDITOR")]
public class HideDuplicateReferenceBoxAttribute : Attribute, _Attribute
Indicates that Odin should hide the reference box, if this property would otherwise be drawn as a reference to another property, due to duplicate reference values being encountered. Note that if the value is referencing itself recursively, then the reference box will be drawn regardless of this attribute in all recursive draw calls.
Inheritance
  • System.Object
  • System.Attribute
  • HideDuplicateReferenceBoxAttribute

Constructors

HideDuplicateReferenceBoxAttribute()
public HideDuplicateReferenceBoxAttribute()