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