Version 3.3.0.1

OdinRegisterAttributeAttribute class

Namespace: Sirenix.OdinInspector
Assembly: Sirenix.OdinInspector.Attributes
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true, Inherited = true)]
[Conditional("UNITY_EDITOR")]
public class OdinRegisterAttributeAttribute : Attribute, _Attribute
Inheritance
  • System.Object
  • System.Attribute
  • OdinRegisterAttributeAttribute

Constructors

OdinRegisterAttributeAttribute(Type, String, String, Boolean)
public OdinRegisterAttributeAttribute(Type attributeType, string category, string description, bool isEnterprise)
Parameters
System.Type attributeType

System.String category

System.String description

System.Boolean isEnterprise

OdinRegisterAttributeAttribute(Type, String, String, Boolean, String)
public OdinRegisterAttributeAttribute(Type attributeType, string category, string description, bool isEnterprise, string url)
Parameters
System.Type attributeType

System.String category

System.String description

System.Boolean isEnterprise

System.String url

Fields

AttributeType
public Type AttributeType
Categories
public string Categories
Description
public string Description
DocumentationUrl
public string DocumentationUrl
IsEnterprise
public bool IsEnterprise