Namespace: | Sirenix.OdinInspector.Editor.Validation |
Assembly: | Sirenix.OdinInspector.Editor |
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public class RegisterValidatorAttribute : Attribute, _Attribute
public RegisterValidatorAttribute(Type validatorType)
System.Type | validatorType |
protected RegisterValidatorAttribute(Type validatorType, Type specialInstantiator)
System.Type | validatorType | |
System.Type | specialInstantiator |
public int Priority
public readonly Type SpecialInstantiator
public readonly Type ValidatorType