# UnsafeDataPointer

> Get a direct unsafe pointer to the shared data.

## Definition

* **Type:** Property
* **Namespace:** [Unity.Burst](/engine/6000.7/script-reference/unity/burst.md)
* **Assembly:** UnityEngine.BurstModule

```csharp
public void* UnsafeDataPointer { get; }
```
