Namespace: | Sirenix.OdinInspector.Editor.Validation |
Assembly: | Sirenix.OdinInspector.Editor |
public class Fix<T> : Fix where T : class, new()
public Fix(Action<T> action)
System.Action<T> | action |
public Fix(string btnText, Action<T> action)
System.String | btnText | |
System.Action<T> | action |
public override object CreateEditorObject()
System.Object |
public override FixIdentifier CreateIdentifier(Type validatorType)
System.Type | validatorType |
FixIdentifier |