Skip to content

Commit 4e39172

Browse files
K-ToneJonMUnity
andauthored
Update Packages/com.unity.inputsystem/Documentation~/TrackedInputDevices.md
Co-authored-by: JonMUnity <[email protected]>
1 parent f2594fb commit 4e39172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/com.unity.inputsystem/Documentation~/TrackedInputDevices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Some input devices can provide information about their spatial position and orie
77

88
## Tracked Pose Driver
99

10-
The Tracked Pose Driver component is used to synchronize a __GameObject__'s transform with input data from a tracked device such as an XR headset, motion controller, or other devices that provide positional and rotational tracking. It allows creating immersive XR experiences by dynamically updating the __GameObject__’s position and rotation based on the real-world movement of the tracked device. The component works with Unity's Input System to gather position, rotation, and tracking state data, and it provides several customization options, such as updating specific transform properties, controlling update timing, and managing how invalid tracking data is handled.
10+
Use the Tracked Pose Driver component to synchronize a __GameObject__'s transform with input data from a tracked device such as an XR headset, motion controller, or other devices that provide positional and rotational tracking. It allows creating immersive XR experiences by dynamically updating the __GameObject__’s position and rotation based on the real-world movement of the tracked device. The component works with Unity's Input System to gather position, rotation, and tracking state data, and it provides several customization options, such as updating specific transform properties, controlling update timing, and managing how invalid tracking data is handled.
1111

1212
|Property Name|Description|
1313
|-------------|-----------|

0 commit comments

Comments
 (0)