# whiteTexture

> Gets a small Texture with all white pixels.

## Definition

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

```csharp
public static Texture2D whiteTexture { get; }
```

### Remarks

Unity sets all pixels of this Texture to opaque white (1,1,1,1).
