toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunaweb.v6.models_verify
/
Gaze
Gaze
@
JsonClass
(
generateAdapter
=
true
)
data
class
Gaze
(
@
Json
(
name
=
"pitch"
)
val
pitch
:
Double
?
,
@
Json
(
name
=
"yaw"
)
val
yaw
:
Double
?
)
Members
Constructors
Gaze
Link copied to clipboard
constructor
(
@
Json
(
name
=
"pitch"
)
pitch
:
Double
?
,
@
Json
(
name
=
"yaw"
)
yaw
:
Double
?
)
Properties
pitch
Link copied to clipboard
val
pitch
:
Double
?
yaw
Link copied to clipboard
val
yaw
:
Double
?