Google.
  Wraps Play Core's AssetLocation which represents the location of an Asset within an asset pack on disk.
Summary
| Properties | |
|---|---|
| Offset | ulongIf the asset pack is stored within an apk this will be the offset of the asset within the APK.  | 
| Path | stringIf the asset pack is stored within an apk, this will be the path to the APK containing the asset.  | 
| Size | ulongIf 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.
