Click or drag to resize

GameLiftManagerSceneLoaderAsyncSceneLoader Method

Asynchronously loads a scene and once loaded, informs everyone else that this user is ready to go into the newly loaded scene

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
private IEnumerator AsyncSceneLoader(
	string _sceneName,
	string _callbackId
)

Parameters

_sceneName
Type: SystemString
The name of the scene to be loaded
_callbackId
Type: SystemString
The callback id for a specific OpFunction callback

Return Value

Type: IEnumerator
Null while loading
See Also