Version 3.3.0.1

AttributeExampleDescriptionAttribute class

Namespace: Sirenix.OdinInspector.Editor.Examples
Assembly: Sirenix.OdinInspector.Editor
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Interface, AllowMultiple = false, Inherited = true)]
public class AttributeExampleDescriptionAttribute : Attribute, _Attribute
Inheritance
  • System.Object
  • System.Attribute
  • AttributeExampleDescriptionAttribute

Constructors

AttributeExampleDescriptionAttribute(String)
public AttributeExampleDescriptionAttribute(string description)
Parameters
System.String description

Fields

Description
public string Description