# TrackingSpaceType

> Represents the size of physical space available for XR.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine.XR](/engine/6000.7/script-reference/unityengine/xr.md)
* **Assembly:** UnityEngine.XRModule

> **Warning:**
>
> **Removed.** TrackingSpaceType is obsolete, and should no longer be used. Please use TrackingOriginModeFlags.

```csharp
public enum TrackingSpaceType
```

## Fields

| Value                                                                                        | Description                                                                                       |
| -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| [RoomScale](/engine/6000.7/script-reference/unityengine/xr/trackingspacetype/roomscale.md)   | Represents a space large enough for free movement.                                                |
| [Stationary](/engine/6000.7/script-reference/unityengine/xr/trackingspacetype/stationary.md) | Represents a small space where movement may be constrained or positional tracking is unavailable. |
