Class TMP_ResourceManager
Namespace: TMPro
Syntax
public class TMP_ResourceManager : object
Methods
AddFontAsset(TMP_FontAsset)
Add font asset to resource manager.
Declaration
public static void AddFontAsset(TMP_FontAsset fontAsset)
Parameters
Type | Name | Description |
---|---|---|
TMP_FontAsset | fontAsset | Font asset to be added to the resource manager. |