open fun removeScene(scene: Scene!): Boolean
Removes a Scene
from the renderer. If the Scene
being removed is the one in current use, the 0 index Scene
will be selected on the next frame.
scene
- Scene!: Scene
object to be removed.
Return
Boolean: boolean
True if the removal was successfully queued.
open fun removeScene(scene: Scene!): Boolean
Removes a Scene
from the renderer. If the Scene
being removed is the one in current use, the 0 index Scene
will be selected on the next frame.
scene
- Scene!: Scene
object to be removed.
Return
Boolean: boolean
True if the removal was successfully queued.