XRPositionalTracker
Inherits: XRTracker < RefCounted < Object
Inherited By: XRBodyTracker, XRControllerTracker, XRHandTracker
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
Methods
get_input ( StringName name ) const |
|
get_pose ( StringName name ) const |
|
has_pose ( StringName name ) const |
|
void |
invalidate_pose ( StringName name ) |
void |
set_input ( StringName name, Variant value ) |
void |
set_pose ( StringName name, Transform3D transform, Vector3 linear_velocity, Vector3 angular_velocity, TrackingConfidence tracking_confidence ) |
Signals
button_pressed ( String name )
There is currently no description for this signal. Please help us by contributing one!
button_released ( String name )
There is currently no description for this signal. Please help us by contributing one!
input_float_changed ( String name, float value )
There is currently no description for this signal. Please help us by contributing one!
input_vector2_changed ( String name, Vector2 vector )
There is currently no description for this signal. Please help us by contributing one!
pose_changed ( XRPose pose )
There is currently no description for this signal. Please help us by contributing one!
pose_lost_tracking ( XRPose pose )
There is currently no description for this signal. Please help us by contributing one!
profile_changed ( String role )
There is currently no description for this signal. Please help us by contributing one!
Enumerations
enum TrackerHand:
TrackerHand TRACKER_HAND_UNKNOWN = 0
There is currently no description for this enum. Please help us by contributing one!
TrackerHand TRACKER_HAND_LEFT = 1
There is currently no description for this enum. Please help us by contributing one!
TrackerHand TRACKER_HAND_RIGHT = 2
There is currently no description for this enum. Please help us by contributing one!
TrackerHand TRACKER_HAND_MAX = 3
There is currently no description for this enum. Please help us by contributing one!
Property Descriptions
TrackerHand hand = 0
void set_tracker_hand ( TrackerHand value )
TrackerHand get_tracker_hand ( )
There is currently no description for this property. Please help us by contributing one!
String profile = ""
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
Variant get_input ( StringName name ) const
There is currently no description for this method. Please help us by contributing one!
XRPose get_pose ( StringName name ) const
There is currently no description for this method. Please help us by contributing one!
bool has_pose ( StringName name ) const
There is currently no description for this method. Please help us by contributing one!
void invalidate_pose ( StringName name )
There is currently no description for this method. Please help us by contributing one!
void set_input ( StringName name, Variant value )
There is currently no description for this method. Please help us by contributing one!
void set_pose ( StringName name, Transform3D transform, Vector3 linear_velocity, Vector3 angular_velocity, TrackingConfidence tracking_confidence )
There is currently no description for this method. Please help us by contributing one!