VR4Medical/ICI/Library/PackageCache/com.unity.xr.interaction.toolkit@42ef3600567b/Documentation~/xr-transform-stabilizer.md
2025-07-29 13:45:50 +03:00

17 lines
801 B
Markdown

---
uid: xri-xr-transform-stabilizer
---
# XR Transform Stabilizer
Provides low-latency stabilization for XR pose inputs, especially useful on rays.
![XRTransformStabilizer component](images/xr-transform-stabilizer.png)
| **Property** | **Description** |
|---|---|
| **Target** | The Transform component whose position and rotation will be matched and stabilized. |
| **Direction Target** | Optional ray component whose endpoint the transform will smoothly rotate to look at. |
| **Use Local Space** | If enabled, will read the target and apply stabilization in local space. Otherwise, in world space. |
| **Angle Stabilization** | Maximum distance (in degrees) that stabilization will be applied. |
| **Position Stabilization** | Maximum distance (in meters) that stabilization will be applied. |