enum
TrackingTypes
public sealed enum TrackingTypes : Enum Represents transform values to update
Enum Values
| Name | Value | Description |
|---|---|---|
None | | Don't update the position or the rotation |
Rotation | | Update the rotation only |
Position | | Update the position only |
All | | Update both the position and rotation |
Assembly:
Sandbox.Engine Declaring Type: VRTrackedObject Full Name: Sandbox.VR.VRTrackedObject.TrackingTypes