Version 3.3.0.1

ResolverPriorityAttribute class

Namespace: Sirenix.OdinInspector.Editor
Assembly: Sirenix.OdinInspector.Editor
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public sealed class ResolverPriorityAttribute : Attribute, _Attribute
Inheritance
  • System.Object
  • System.Attribute
  • ResolverPriorityAttribute

Constructors

ResolverPriorityAttribute(Double)
Initializes a new instance of the ResolverPriorityAttribute class.
public ResolverPriorityAttribute(double priority)
Parameters
System.Double priority

The higher the priority, the earlier it will be processed.

Fields

Priority
Priority of the resolver.
public readonly double Priority