[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!