API reference
API reference
Select your platform
No SDKs available
No versions available

ControllerPose

ControllerPose

data class ControllerPose(val pose: Pose, val flags: Int)
represents a Controller pose. A controller has side information beyond a pose

Constructors

NameSummary
ControllerPose
constructor(pose: Pose, flags: Int)

Types

NameSummary
Companion
object Companion

Properties

NameSummary
flags
val flags: Int
pose
val pose: Pose

Companion

object Companion

Properties

NameSummary
LocationTrackedBit
const val LocationTrackedBit: Int = 2
LocationValidBit
const val LocationValidBit: Int = 1
OrientationTrackedBit
const val OrientationTrackedBit: Int = 8
OrientationValidBit
const val OrientationValidBit: Int = 4
TrackedBits
const val TrackedBits: Int
ValidBits
const val ValidBits: Int
Did you find this page helpful?
Thumbs up icon
Thumbs down icon