# positions

> Positions of the baked light probes (Read Only).

## Definition

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

```csharp
public Vector3[] positions { get; }
```

### Remarks

Deprecated, use [LightProbes.SetPositionsSelf](/engine/6000.7/script-reference/unityengine/lightprobes/setpositionsself.md) and [LightProbes.GetPositionsSelf](/engine/6000.7/script-reference/unityengine/lightprobes/getpositionsself.md) instead.

Additional Resources: [LightProbes.countSelf](/engine/6000.7/script-reference/unityengine/lightprobes/countself.md).
