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