public interface ContentSystem
| Modifier and Type | Method and Description |
|---|---|
CheckInBundleResponse |
checkInBundle(AssetBundle bundle) |
Asset |
getAsset(String path) |
AssetMetadata |
getMetadata(String path) |
int |
saveAsset(Asset asset) |
int |
saveBundle(AssetBundleKey bundleKey,
ZipArchive archive) |
int |
saveMetadata(AssetMetadata metadata) |
CheckInBundleResponse checkInBundle(AssetBundle bundle) throws ContentAccessException
ContentAccessExceptionint saveMetadata(AssetMetadata metadata) throws ContentAccessException
ContentAccessExceptionAssetMetadata getMetadata(String path) throws ContentAccessException
ContentAccessExceptionint saveAsset(Asset asset) throws ContentAccessException
ContentAccessExceptionAsset getAsset(String path) throws ContentAccessException
ContentAccessExceptionint saveBundle(AssetBundleKey bundleKey, ZipArchive archive) throws ContentAccessException
ContentAccessExceptionCopyright © 2019. All rights reserved.