Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.OdinInspector.Editor |
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public sealed class ResolverPriorityAttribute : Attribute, _Attribute
public ResolverPriorityAttribute(double priority)
System.Double | priority | The higher the priority, the earlier it will be processed. |
public readonly double Priority