Version 3.3.0.1

TypeMatcher class

Namespace: Sirenix.OdinInspector.Editor.TypeSearch
Assembly: Sirenix.OdinInspector.Editor
public abstract class TypeMatcher
Inheritance
  • System.Object
  • TypeMatcher

Constructors

TypeMatcher()
protected TypeMatcher()

Properties

Name
public abstract string Name { get; }

Methods

Match(Type[], ref Boolean)
public abstract Type Match(Type[] targets, ref bool stopMatching)
Parameters
System.Type[] targets

System.Boolean stopMatching

Returns
System.Type