C# 클래스 HoloToolkit.Examples.Prototyping.SceneSwitcher

Switches scenes, next scene or previous scene
상속: MonoBehaviour
파일 보기 프로젝트 열기: ashanhol/LUISMR

공개 메소드들

메소드 설명
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