GetFormatterExtensions()
Gets the IFormatter formatter extensions registered with this formatter.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.SmartStrings
- Assembly: UnityEngine.SmartStringsModule
public IReadOnlyList<IFormatter> GetFormatterExtensions()
Returns
Type | Description |
|---|---|
| IReadOnlyList<IFormatter> | A read-only list of the registered IFormatter extensions. |