AmbientLightSensor
Overview
The AmbientLightSensor interface of the the Sensor APIs returns the current light level or illuminance of the ambient light around the hosting device.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
illuminance
property illuminance: Double read write;
Double illuminance { get; set; }
var illuminance: Double { get{} set{} }
Double illuminance { __get; __set; }
Property illuminance() As Double