Properties:
Name | Type | Description |
---|---|---|
connector |
string |
The character that is used to connect the bundleId and the assetId when generating a bundle asset id key |
createBundleAssetId |
(bundleId: string, assetId: string) => string |
A function that generates a bundle asset id key from a bundleId and an assetId |
extractAssetIdFromBundle |
(bundleId: string, assetBundleId: string) => string |
A function that generates an assetId from a bundle asset id key. This is the reverse of generateBundleAssetId |
Members
The character that is used to connect the bundleId and the assetId when generating a bundle asset id key
A function that generates a bundle asset id key from a bundleId and an assetId
A function that generates an assetId from a bundle asset id key. This is the reverse of generateBundleAssetId