activeRemoteRoot
activeRemoteRoot(
config):string|undefined
Defined in: asset/assetGroups.ts:127
The CDN root of the active build profile (the value the export bakes into the
shipped game.config.json so remote-group assets resolve against it).
Undefined when no profile / no root is set.
Parameters
Section titled “Parameters”config
Section titled “config”AssetGroupsConfig | null | undefined
Returns
Section titled “Returns”string | undefined