open fun addScenes(scenes: MutableCollection<Scene!>!): Boolean
Adds a Collection
of scenes to the renderer.
scenes
- MutableCollection<Scene!>!: Collection
of scenes to be added.
Return
Boolean: boolean
True if the addition was successfully queued.
open fun addScenes(scenes: MutableCollection<Scene!>!): Boolean
Adds a Collection
of scenes to the renderer.
scenes
- MutableCollection<Scene!>!: Collection
of scenes to be added.
Return
Boolean: boolean
True if the addition was successfully queued.