Version 3.3.0.1

TypeMatchIndexingRule class

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

Constructors

TypeMatchIndexingRule(String, TypeMatchIndexingRule.TypeMatchIndexingRuleDelegate)
public TypeMatchIndexingRule(string name, TypeMatchIndexingRule.TypeMatchIndexingRuleDelegate rule)
Parameters
System.String name

Sirenix.OdinInspector.Editor.TypeSearch.TypeMatchIndexingRule.TypeMatchIndexingRuleDelegate rule

Fields

Name
public readonly string Name

Methods

Process(ref TypeSearchInfo, ref String)
public bool Process(ref TypeSearchInfo info, ref string errorMessage)
Parameters
TypeSearchInfo info

System.String errorMessage

Returns
System.Boolean

ToString()
public override string ToString()
Returns
System.String