Owner component. When destroyed, the owner will destroy this AmbientLight as well.
AmbientLight configuration
True once this Component has been destroyed.
Don't use this Component if this is true.
ProtecteddirtyID of this AmbientLight, unique within the View.
ReadonlyviewThe View to which this AmbientLight belongs.
Gets the RGB color of this AmbientLight.
Default value is [0.7, 0.7, 0.7].
Sets the RGB color of this AmbientLight.
Default value is [0.7, 0.7, 0.7].
The AmbientLight's RGB color.
Gets the intensity of this AmbientLight.
Default value is 1.0 for maximum intensity.
The AmbientLight's intensity.
Sets the intensity of this AmbientLight.
Default value is 1.0 for maximum intensity.
The AmbientLight's intensity.
ProtectedcleanForces this component to action any deferred state updates.
ProtectedcleanGives this component an opportunity to action any defered state updates.
Destroys this AmbientLight.
ProtectederrorProtectedLogs an error for this component to the JavaScript console.
The console message will have this format: [ERROR] [<component type> =<component id>: <message>
The error message to log
ProtectedlogProtectedLogs a message for this component.
The message will have this format: [LOG] [<component type> <component id>: <message>
The message to log
ProtectedsetFlags this component as having a defered state updates it needs to perform.
Gets the current configuration of this AmbientLight.
ProtectedwarnProtectedLogs a warning for this component to the JavaScript console.
The console message will have this format: [WARN] [<component type> =<component id>: <message>
The warning message to log
Emits an event when the Component has been destroyed.
An ambient light source within a View.