Version 3.3.0.1

Odin has a dedicated attribute overview with examples

ShowInInlineEditorsAttribute class

Namespace: Sirenix.OdinInspector
Assembly: Sirenix.OdinInspector.Attributes
[DontApplyToListElements]
[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Module | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event | AttributeTargets.Interface | AttributeTargets.Parameter | AttributeTargets.Delegate | AttributeTargets.ReturnValue | AttributeTargets.GenericParameter | AttributeTargets.All)]
[Conditional("UNITY_EDITOR")]
public class ShowInInlineEditorsAttribute : Attribute, _Attribute
Only shows a property if it is drawn within an InlineEditorAttribute.
Inheritance
  • System.Object
  • System.Attribute
  • ShowInInlineEditorsAttribute

Constructors

ShowInInlineEditorsAttribute()
public ShowInInlineEditorsAttribute()