XRPose
Inherits: RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
||
|
Methods
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)
There is currently no description for this property. Please help us by contributing one!
bool has_tracking_data = false
There is currently no description for this property. Please help us by contributing one!
Vector3 linear_velocity = Vector3(0, 0, 0)
There is currently no description for this property. Please help us by contributing one!
StringName name = &""
void set_name ( StringName value )
StringName get_name ( )
There is currently no description for this property. Please help us by contributing one!
TrackingConfidence tracking_confidence = 0
void set_tracking_confidence ( TrackingConfidence value )
TrackingConfidence get_tracking_confidence ( )
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)
void set_transform ( Transform3D value )
Transform3D get_transform ( )
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!