org.rajawali3d.scene / Scene / addLight

addLight

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.

Parameters

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.

Parameters

light - ALight!: ALight to be added.

Return
Boolean: True if the light was successfully queued for addition.