Version 3.3.0.1

DerivedTypeMatcher class

Namespace: Sirenix.OdinInspector.Editor.TypeSearch
Assembly: Sirenix.OdinInspector.Editor
public class DerivedTypeMatcher : TypeMatcher
Inheritance

Constructors

DerivedTypeMatcher()
public DerivedTypeMatcher()

Properties

Name
public override string Name { get; }

Methods

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

System.Boolean stopMatching

Returns
System.Type