Click or drag to resize

SceneRegistryGetScene Method

Gets the Scene object with the specified buildIndex

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public static Scene GetScene(
	byte buildIndex
)

Parameters

buildIndex
Type: SystemByte

Return Value

Type: Scene
See Also