GetPropositions(SearchPropositionFlags)
Returns propositions when the list block is clicked.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public abstract IEnumerable<SearchProposition> GetPropositions(SearchPropositionFlags flags = SearchPropositionFlags.None)
Parameters
Flags that can be used to know which type of proposition to yield.
Returns
Type | Description |
|---|---|
| IEnumerable<SearchProposition> | Propositions. |