Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.OdinInspector.Editor |
[AttributeUsage(AttributeTargets.Class)]
public class AllowGUIEnabledForReadonlyAttribute : Attribute, _Attribute
[AllowGUIEnabledForReadonly]
public sealed class SomeDrawerDrawer<T> : OdinValueDrawer<T> where T : class
{
}
public AllowGUIEnabledForReadonlyAttribute()