Method | Description | |
---|---|---|
AssetBundleSceneLoader ( string sceneName, bool additive, LoadSceneDoneCallback loadDone, LoadSceneUpdateCallback updateProgress ) : UnityEngine | ||
CheckDependences ( ) : void | ||
GetProgress ( ) : float | ||
IsDone ( ) : bool | ||
Unload ( ) : void |
public AssetBundleSceneLoader ( string sceneName, bool additive, LoadSceneDoneCallback loadDone, LoadSceneUpdateCallback updateProgress ) : UnityEngine | ||
sceneName | string | |
additive | bool | |
loadDone | LoadSceneDoneCallback | |
updateProgress | LoadSceneUpdateCallback | |
return | UnityEngine |