Source
This page was generated with Wiki Builder. Do not change the format!
Info
DestinyManifest is the external-facing contract for just the properties needed by those calling the Destiny Platform.
Schema
- Schema Type: Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
version | string | |
mobileAssetContentPath | string | |
mobileGearAssetDataBases | GearAssetDataBaseDefinition[] | |
mobileWorldContentPaths | Dictionary<string,string> | |
mobileClanBannerDatabasePath | string | |
mobileGearCDN | Dictionary<string,string> |
Example
{
// Type: string
"version": "",
// Type: string
"mobileAssetContentPath": "",
// Type: GearAssetDataBaseDefinition[]
"mobileGearAssetDataBases": [
// Type: GearAssetDataBaseDefinition
{
// Type: integer:int32
"version": 0,
// Type: string
"path": ""
}
],
// Type: Dictionary<string,string>
"mobileWorldContentPaths": {
"{string}": ""
},
// Type: string
"mobileClanBannerDatabasePath": "",
// Type: Dictionary<string,string>
"mobileGearCDN": {
"{string}": ""
}
}