# ImmediateTransform

> A transform, containing a position and rotation.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEngine.LowLevelPhysics](/engine/6000.0/script-reference/unityengine/lowlevelphysics.md)
* **Assembly:** UnityEngine.PhysicsModule

```csharp
public struct ImmediateTransform
```

## Properties

| Property                                                                                               | Description                             |
| ------------------------------------------------------------------------------------------------------ | --------------------------------------- |
| [Position](/engine/6000.0/script-reference/unityengine/lowlevelphysics/immediatetransform/position.md) | The world space position of the object. |
| [Rotation](/engine/6000.0/script-reference/unityengine/lowlevelphysics/immediatetransform/rotation.md) | The world space rotation of the object. |
