Click or drag to resize

ExampleTeleportStart Method

Make the Unity Start method a coroutine, so it can yield while the ImmerseSDK is initialising

Namespace:  ImmerseSDK.Examples
Assembly:  ImmerseSDK.NotInDll (in ImmerseSDK.NotInDll.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
protected override IEnumerator Start()

Return Value

Type: IEnumerator
See Also