C# Class HoloToolkit.Examples.Prototyping.SceneSwitcher

Switches scenes, next scene or previous scene
Inheritance: MonoBehaviour
Show file Open project: ashanhol/LUISMR

Public Methods

Method Description
NextScene ( ) : void

Load the next scene, if at the end of the list, load the first scene

PreviousScene ( ) : void

Load the previous scene, if at the beginning of the list, load the first scene

Method Details

NextScene() public method

Load the next scene, if at the end of the list, load the first scene
public NextScene ( ) : void
return void

PreviousScene() public method

Load the previous scene, if at the beginning of the list, load the first scene
public PreviousScene ( ) : void
return void