C# Класс HoloToolkit.Examples.Prototyping.SceneSwitcher

Switches scenes, next scene or previous scene
Наследование: MonoBehaviour
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

NextScene() публичный Метод

Load the next scene, if at the end of the list, load the first scene
public NextScene ( ) : void
Результат void

PreviousScene() публичный Метод

Load the previous scene, if at the beginning of the list, load the first scene
public PreviousScene ( ) : void
Результат void