XRPose

Inherits: RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

Vector3

angular_velocity

Vector3(0, 0, 0)

bool

has_tracking_data

false

Vector3

linear_velocity

Vector3(0, 0, 0)

StringName

name

&""

TrackingConfidence

tracking_confidence

0

Transform3D

transform

Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)

Methods

Transform3D

get_adjusted_transform ( ) const


Enumerations

enum TrackingConfidence:

TrackingConfidence XR_TRACKING_CONFIDENCE_NONE = 0

There is currently no description for this enum. Please help us by contributing one!

TrackingConfidence XR_TRACKING_CONFIDENCE_LOW = 1

There is currently no description for this enum. Please help us by contributing one!

TrackingConfidence XR_TRACKING_CONFIDENCE_HIGH = 2

There is currently no description for this enum. Please help us by contributing one!


Property Descriptions

Vector3 angular_velocity = Vector3(0, 0, 0)

  • void set_angular_velocity ( Vector3 value )

  • Vector3 get_angular_velocity ( )

There is currently no description for this property. Please help us by contributing one!


bool has_tracking_data = false

  • void set_has_tracking_data ( bool value )

  • bool get_has_tracking_data ( )

There is currently no description for this property. Please help us by contributing one!


Vector3 linear_velocity = Vector3(0, 0, 0)

  • void set_linear_velocity ( Vector3 value )

  • Vector3 get_linear_velocity ( )

There is currently no description for this property. Please help us by contributing one!


StringName name = &""

There is currently no description for this property. Please help us by contributing one!


TrackingConfidence tracking_confidence = 0

There is currently no description for this property. Please help us by contributing one!


Transform3D transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

Transform3D get_adjusted_transform ( ) const

There is currently no description for this method. Please help us by contributing one!