Accelerometer
Overview
The Accelerometer interface of the Sensor APIs provides on each reading the acceleration applied to the device along all three axes.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
x
property x: Double read;
Double x { get; }
var x: Double { get{} }
Double x { __get; }
ReadOnly Property x() As Double
y
property y: Double read;
Double y { get; }
var y: Double { get{} }
Double y { __get; }
ReadOnly Property y() As Double
z
property z: Double read;
Double z { get; }
var z: Double { get{} }
Double z { __get; }
ReadOnly Property z() As Double