public class AssetBundle extends Object
| Constructor and Description |
|---|
AssetBundle(AssetBundleKey key) |
AssetBundle(String name,
String version) |
| Modifier and Type | Method and Description |
|---|---|
AssetBundleKey |
getKey() |
List<AssetMetadata> |
getMetadataList() |
void |
setMetadataList(List<AssetMetadata> metadataList) |
public AssetBundle(AssetBundleKey key)
public AssetBundleKey getKey()
public List<AssetMetadata> getMetadataList()
public void setMetadataList(List<AssetMetadata> metadataList)
Copyright © 2019. All rights reserved.