org.rajawali3d.renderer / Renderer / switchScene

switchScene

open fun switchScene(scene: Scene!): Unit

Switches the Scene currently being displayed.

Parameters

scene - Scene!: Scene object to display.

open fun switchScene(scene: Int): Unit

Switches the Scene currently being displayed.

Parameters

scene - Int: Index of the Scene to use.

open fun switchScene(scene: Scene!): Unit

Switches the Scene currently being displayed.

Parameters

scene - Scene!: Scene object to display.

open fun switchScene(scene: Int): Unit

Switches the Scene currently being displayed.

Parameters

scene - Int: Index of the Scene to use.