# customBakedTexture

> Reference to the baked texture of the reflection probe's surrounding. Use this to assign custom reflection texture.

## Definition

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

```csharp
public Texture customBakedTexture { get; set; }
```
