Class UnityObjectOption
Inherited Members
Namespace: Ludiq
Syntax
public class UnityObjectOption : FuzzyOption<Object>, IFuzzyOption
Constructors
UnityObjectOption(String, String, EditorTexture, Object, Nullable<Boolean>, FuzzyOptionMode)
Declaration
public UnityObjectOption(string label, string typeLabel, EditorTexture typeIcon, Object uo, bool? isSceneBound, FuzzyOptionMode mode)
Parameters
| Type | Name | Description |
|---|---|---|
| String | label | |
| String | typeLabel | |
| EditorTexture | typeIcon | |
| Object | uo | |
| Nullable<Boolean> | isSceneBound | |
| FuzzyOptionMode | mode |
Methods
SearchResultLabel(String)
Declaration
public override string SearchResultLabel(string query)
Parameters
| Type | Name | Description |
|---|---|---|
| String | query |
Returns
| Type | Description |
|---|---|
| String |
Overrides
Ludiq.FuzzyOption<UnityEngine.Object>.SearchResultLabel(System.String)