Method | Description | |
---|---|---|
GetLoadedAssetBundle ( string assetBundleName, string &error ) : |
||
Initialize ( ) : AssetBundleLoadManifestOperation | ||
Initialize ( string manifestAssetBundleName ) : AssetBundleLoadManifestOperation | ||
LoadAssetAsync ( string assetBundleName, string assetName, System type ) : AssetBundleLoadAssetOperation | ||
LoadLevelAsync ( string assetBundleName, string levelName, bool isAdditive ) : AssetBundleLoadOperation | ||
SetDevelopmentAssetBundleServer ( ) : void | ||
SetSourceAssetBundleDirectory ( string relativePath ) : void | ||
SetSourceAssetBundleURL ( string absolutePath ) : void | ||
UnloadAssetBundle ( string assetBundleName ) : void |
Method | Description | |
---|---|---|
LoadAssetBundle ( string assetBundleName, bool isLoadingAssetBundleManifest = false ) : void | ||
LoadAssetBundleInternal ( string assetBundleName, bool isLoadingAssetBundleManifest ) : bool | ||
LoadDependencies ( string assetBundleName ) : void | ||
RemapVariantName ( string assetBundleName ) : string | ||
UnloadAssetBundleInternal ( string assetBundleName ) : void | ||
UnloadDependencies ( string assetBundleName ) : void |
Method | Description | |
---|---|---|
GetStreamingAssetsPath ( ) : string | ||
Log ( LogType logType, string text ) : void | ||
Update ( ) : void |
public static GetLoadedAssetBundle ( string assetBundleName, string &error ) : |
||
assetBundleName | string | |
error | string | |
return |
public static Initialize ( ) : AssetBundleLoadManifestOperation | ||
return | AssetBundleLoadManifestOperation |
public static Initialize ( string manifestAssetBundleName ) : AssetBundleLoadManifestOperation | ||
manifestAssetBundleName | string | |
return | AssetBundleLoadManifestOperation |
public static LoadAssetAsync ( string assetBundleName, string assetName, System type ) : AssetBundleLoadAssetOperation | ||
assetBundleName | string | |
assetName | string | |
type | System | |
return | AssetBundleLoadAssetOperation |
protected static LoadAssetBundle ( string assetBundleName, bool isLoadingAssetBundleManifest = false ) : void | ||
assetBundleName | string | |
isLoadingAssetBundleManifest | bool | |
return | void |
protected static LoadAssetBundleInternal ( string assetBundleName, bool isLoadingAssetBundleManifest ) : bool | ||
assetBundleName | string | |
isLoadingAssetBundleManifest | bool | |
return | bool |
protected static LoadDependencies ( string assetBundleName ) : void | ||
assetBundleName | string | |
return | void |
public static LoadLevelAsync ( string assetBundleName, string levelName, bool isAdditive ) : AssetBundleLoadOperation | ||
assetBundleName | string | |
levelName | string | |
isAdditive | bool | |
return | AssetBundleLoadOperation |
protected static RemapVariantName ( string assetBundleName ) : string | ||
assetBundleName | string | |
return | string |
public static SetDevelopmentAssetBundleServer ( ) : void | ||
return | void |
public static SetSourceAssetBundleDirectory ( string relativePath ) : void | ||
relativePath | string | |
return | void |
public static SetSourceAssetBundleURL ( string absolutePath ) : void | ||
absolutePath | string | |
return | void |
public static UnloadAssetBundle ( string assetBundleName ) : void | ||
assetBundleName | string | |
return | void |
protected static UnloadAssetBundleInternal ( string assetBundleName ) : void | ||
assetBundleName | string | |
return | void |
protected static UnloadDependencies ( string assetBundleName ) : void | ||
assetBundleName | string | |
return | void |