Version 3.3.0.1

Odin has a dedicated attribute overview with examples

HideInTablesAttribute class

Namespace: Sirenix.OdinInspector
Assembly: Sirenix.OdinInspector.Attributes
[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, AllowMultiple = false)]
[Conditional("UNITY_EDITOR")]
public class HideInTablesAttribute : Attribute, _Attribute
The HideInTables attribute is used to prevent members from showing up as columns in tables drawn using the TableListAttribute.
Inheritance
  • System.Object
  • System.Attribute
  • HideInTablesAttribute

Constructors

HideInTablesAttribute()
public HideInTablesAttribute()