GetSelectors()
Gets an IReadOnlyList_1 of all Selector s within the Placeholder.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.SmartStrings.Core.Parsing
- Assembly: UnityEngine.SmartStringsModule
public IReadOnlyList<Selector> GetSelectors()
Returns
Type | Description |
|---|---|
| IReadOnlyList<Selector> | A read-only list of the Selectors within the Placeholder. |