Class CustomValidationAttribute
Inherited Members
System.Attribute.System.Runtime.InteropServices._Attribute.GetTypeInfoCount(System.UInt32)
System.Attribute.System.Runtime.InteropServices._Attribute.GetTypeInfo(System.UInt32, System.UInt32, System.IntPtr)
System.Attribute.System.Runtime.InteropServices._Attribute.GetIDsOfNames(System.Guid, System.IntPtr, System.UInt32, System.UInt32, System.IntPtr)
System.Attribute.System.Runtime.InteropServices._Attribute.Invoke(System.UInt32, System.Guid, System.UInt32, System.Int16, System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr)
Namespace: UnityEditor.PolySpatial.Validation
Syntax
[AttributeUsage(AttributeTargets.Method)]
public class CustomValidationAttribute : Attribute, _Attribute
Constructors
CustomValidationAttribute(Int32)
The attribute constructor.
Declaration
public CustomValidationAttribute(int priority = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | priority | An optional priority value to define the order to register the rule creators. High values are registered later, the default value is .
|