| Namespace: | Sirenix.OdinInspector |
| Assembly: | Sirenix.OdinInspector.Attributes |
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true, Inherited = true)]
[Conditional("UNITY_EDITOR")]
public class OdinRegisterAttributeAttribute : Attribute, _Attribute
public OdinRegisterAttributeAttribute(Type attributeType, string category, string description, bool isEnterprise)
| System.Type | attributeType | |
| System.String | category | |
| System.String | description | |
| System.Boolean | isEnterprise |
public OdinRegisterAttributeAttribute(Type attributeType, string category, string description, bool isEnterprise, string url)
| System.Type | attributeType | |
| System.String | category | |
| System.String | description | |
| System.Boolean | isEnterprise | |
| System.String | url |
public Type AttributeType
public string Categories
public string Description
public string DocumentationUrl
public bool IsEnterprise