ViewingDirection

open class ViewingDirection

The direction in which the viewport of the VR player is or should looking.

Constructors

Link copied to clipboard
open fun ViewingDirection(pitch: Double, roll: Double, yaw: Double)

Properties

Link copied to clipboard
@SerializedName(value = "pitch")
protected open val pitch: Double
Link copied to clipboard
@SerializedName(value = "roll")
protected open val roll: Double
Link copied to clipboard
@SerializedName(value = "yaw")
protected open val yaw: Double