Static Propertymigueldeicaza.swiftgodot 0.45.0SwiftGodot
angularVelocityValid
If set, our angular velocity data is valid, otherwise, the angular velocity data is unreliable and should not be used.
OpenXRInterface.swift:171static let angularVelocityValid: OpenXRInterface.HandJointFlags
Other members in extension
Type members
init(rawValue: Int
) static let linearVelocityValid: OpenXRInterface.HandJointFlags
If set, our linear velocity data is valid, otherwise, the linear velocity data is unreliable and should not be used.
static let orientationTracked: OpenXRInterface.HandJointFlags
If set, the orientation data comes from tracking data, otherwise, the orientation data contains predicted data.
static let orientationValid: OpenXRInterface.HandJointFlags
If set, the orientation data is valid, otherwise, the orientation data is unreliable and should not be used.
static let positionTracked: OpenXRInterface.HandJointFlags
If set, the positional data comes from tracking data, otherwise, the positional data contains predicted data.
static let positionValid: OpenXRInterface.HandJointFlags
If set, the positional data is valid, otherwise, the positional data is unreliable and should not be used.
Instance members
var debugDescription: String
A textual representation of this instance, suitable for debugging
let rawValue: Int