Version 3.3.0.1

AttributeTargetFlags class

Namespace: Sirenix.OdinInspector
Assembly: Sirenix.OdinInspector.Attributes
public static class AttributeTargetFlags
Not yet documented.
Inheritance
  • System.Object
  • AttributeTargetFlags

Fields

Default
Not yet documented.
public const AttributeTargets Default = 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