Version 3.3.0.1

TypeMatcherCreator class

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

Constructors

TypeMatcherCreator()
protected TypeMatcherCreator()

Methods

TryCreateMatcher(TypeSearchInfo, out TypeMatcher)
public abstract bool TryCreateMatcher(TypeSearchInfo info, out TypeMatcher matcher)
Parameters
TypeSearchInfo info

TypeMatcher matcher

Returns
System.Boolean