toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.emulation
/
SensorReadingXYZ
Sensor
Reading
XYZ
@
Serializable
data
class
SensorReadingXYZ
(
val
x
:
Double
,
val
y
:
Double
,
val
z
:
Double
)
(undocumented in the protocol definition)
Official doc
Members
Constructors
Sensor
Reading
XYZ
Link copied to clipboard
constructor
(
x
:
Double
,
y
:
Double
,
z
:
Double
)
Properties
x
Link copied to clipboard
val
x
:
Double
(undocumented in the protocol definition)
y
Link copied to clipboard
val
y
:
Double
(undocumented in the protocol definition)
z
Link copied to clipboard
val
z
:
Double
(undocumented in the protocol definition)