Version 3.3.0.1

DoNotDrawAsReferenceAttribute class

Namespace: Sirenix.OdinInspector
Assembly: Sirenix.OdinInspector.Attributes
[Conditional("UNITY_EDITOR")]
public sealed class DoNotDrawAsReferenceAttribute : Attribute, _Attribute
Indicates that the member should not be drawn as a value reference, if it becomes a reference to another value in the tree. Beware, and use with care! This may lead to infinite draw loops!
Inheritance
  • System.Object
  • System.Attribute
  • DoNotDrawAsReferenceAttribute

Constructors

DoNotDrawAsReferenceAttribute()
public DoNotDrawAsReferenceAttribute()