Stay organized with collections
Save and categorize content based on your preferences.
Google.Play.AssetDelivery.AssetLocation
Wraps Play Core's AssetLocation which represents the location of an Asset within an asset pack on disk.
Summary
Properties
|
Offset
|
ulong
If the asset pack is stored within an apk this will be the offset of the asset within the APK.
|
Path
|
string
If the asset pack is stored within an apk, this will be the path to the APK containing the asset.
|
Size
|
ulong
If the asset pack is stored within an apk, this will be the size of the asset within the APK.
|
Properties
Offset
ulong Offset
If the asset pack is stored within an apk this will be the offset of the asset within the APK.
Otherwise, this will be 0.
Path
string Path
If the asset pack is stored within an apk, this will be the path to the APK containing the asset.
Otherwise, this will be the path to the specific asset.
Size
ulong Size
If the asset pack is stored within an apk, this will be the size of the asset within the APK.
Otherwise, this will be the size of the asset file.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2021-03-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-03-18 UTC."],[],[],null,["# Google.Play.AssetDelivery.AssetLocation Class Reference\n\nGoogle.Play.AssetDelivery.AssetLocation\n=======================================\n\nWraps [Play](/reference/unity/namespace/Google/Play#namespaceGoogle_1_1Play) Core's [AssetLocation](/reference/unity/class/Google/Play/AssetDelivery/AssetLocation#classGoogle_1_1Play_1_1AssetDelivery_1_1AssetLocation) which represents the location of an Asset within an asset pack on disk.\n\nSummary\n-------\n\n| ### Properties ||\n|-----------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------|\n| [Offset](#classGoogle_1_1Play_1_1AssetDelivery_1_1AssetLocation_1a84db2a62323775689a5c5f68ff9e51c7) | `ulong` If the asset pack is stored within an apk this will be the offset of the asset within the APK. |\n| [Path](#classGoogle_1_1Play_1_1AssetDelivery_1_1AssetLocation_1af7d89f6cefd0b6eb89b8382668b4f07b) | `string` If the asset pack is stored within an apk, this will be the path to the APK containing the asset. |\n| [Size](#classGoogle_1_1Play_1_1AssetDelivery_1_1AssetLocation_1ab130d5539a9a33163eef65391cd54a0d) | `ulong` If the asset pack is stored within an apk, this will be the size of the asset within the APK. |\n\nProperties\n----------\n\n### Offset\n\n```c#\nulong Offset\n``` \nIf the asset pack is stored within an apk this will be the offset of the asset within the APK.\n\nOtherwise, this will be 0. \n\n### Path\n\n```c#\nstring Path\n``` \nIf the asset pack is stored within an apk, this will be the path to the APK containing the asset.\n\nOtherwise, this will be the path to the specific asset. \n\n### Size\n\n```c#\nulong Size\n``` \nIf the asset pack is stored within an apk, this will be the size of the asset within the APK.\n\nOtherwise, this will be the size of the asset file."]]