| Namespace: | Sirenix.OdinInspector.Editor.TypeSearch |
| Assembly: | Sirenix.OdinInspector.Editor |
public class TypeMatchRule
public TypeMatchRule(string name, TypeMatchRule.TypeMatchRuleDelegate1 rule)
| System.String | name | |
| Sirenix.OdinInspector.Editor.TypeSearch.TypeMatchRule.TypeMatchRuleDelegate1 | rule |
public TypeMatchRule(string name, TypeMatchRule.TypeMatchRuleDelegate2 rule)
| System.String | name | |
| Sirenix.OdinInspector.Editor.TypeSearch.TypeMatchRule.TypeMatchRuleDelegate2 | rule |
public readonly string Name
public Type Match(TypeSearchInfo matchInfo, Type[] targets, ref bool stopMatchingForInfo)
| TypeSearchInfo | matchInfo | |
| System.Type[] | targets | |
| System.Boolean | stopMatchingForInfo |
| System.Type |
public override string ToString()
| System.String |