open fun addLight(light: ALight!): Boolean
Requests the addition of a light to the scene. The light will be added to the end of the list.
light
- ALight!: ALight
to be added.
Return
Boolean: True if the light was successfully queued for addition.
open fun addLight(light: ALight!): Boolean
Requests the addition of a light to the scene. The light will be added to the end of the list.
light
- ALight!: ALight
to be added.
Return
Boolean: True if the light was successfully queued for addition.