Version 3.1.11.0

Fix<T> class

Namespace: Sirenix.OdinInspector.Editor.Validation
Assembly: Sirenix.OdinInspector.Editor
public class Fix<T> : Fix where T : class, new()
Inheritance
  • System.Object
  • Fix
  • Fix<T>

Type Parameters

T

Constructors

Fix(Action<T>)
public Fix(Action<T> action)
Parameters
System.Action<T> action

Fix(String, Action<T>)
public Fix(string btnText, Action<T> action)
Parameters
System.String btnText

System.Action<T> action

Methods

CreateEditorObject()
public override object CreateEditorObject()
Returns
System.Object

CreateIdentifier(Type)
public override FixIdentifier CreateIdentifier(Type validatorType)
Parameters
System.Type validatorType

Returns
FixIdentifier