# Sandbox.VR.VRTrackedObject.TrackingTypes

Represents transform values to update

- Kind: enum
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Fields

- [`All`](/api/Sandbox.VR.VRTrackedObject.TrackingTypes/All): Update both the position and rotation
- [`None`](/api/Sandbox.VR.VRTrackedObject.TrackingTypes/None): Don't update the position or the rotation
- [`Position`](/api/Sandbox.VR.VRTrackedObject.TrackingTypes/Position): Update the position only
- [`Rotation`](/api/Sandbox.VR.VRTrackedObject.TrackingTypes/Rotation): Update the rotation only
