C# Class HoloToolkit.Examples.Prototyping.SceneSwitcher

Switches scenes, next scene or previous scene
Inheritance: MonoBehaviour
Afficher le fichier Open project: ashanhol/LUISMR

Méthodes publiques

Méthode 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 méthode

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

PreviousScene() public méthode

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