Namespace: | Sirenix.OdinInspector.Editor.TypeSearch |
Assembly: | Sirenix.OdinInspector.Editor |
public abstract class TypeMatcher
protected TypeMatcher()
public abstract string Name { get; }
public abstract Type Match(Type[] targets, ref bool stopMatching)
System.Type[] | targets | |
System.Boolean | stopMatching |
System.Type |