GetFormatterExtension<T>()
Searches for a Formatter Extension of the given type, and returns it. Returns null if the type cannot be found.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.SmartStrings
- Assembly: UnityEngine.SmartStringsModule
public T GetFormatterExtension<T>() where T : class, IFormatter
Returns
Type | Description |
|---|---|
| T | The class implementing IFormatter if found, else |