Version 3.3.0.1

AttributeExampleAttribute class

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

Constructors

AttributeExampleAttribute(Type)
public AttributeExampleAttribute(Type type)
Parameters
System.Type type

AttributeExampleAttribute(Type, String)
public AttributeExampleAttribute(Type type, string description)
Parameters
System.Type type

System.String description

Fields

AttributeType
public Type AttributeType
Description
public string Description
Name
public string Name
Order
public float Order