# localToWorldMatrix

> Matrix that transforms a point from local space into world space (Read Only).

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Jobs](/engine/6000.6/script-reference/unityengine/jobs.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public Matrix4x4 localToWorldMatrix { get; }
```
