# texture

> Internal texture in which video content is placed. (Read Only)

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Video](/engine/6000.3/script-reference/unityengine/video.md)
* **Assembly:** UnityEngine.VideoModule

```csharp
public Texture texture { get; }
```

### Remarks

The texture is used to send the video content to the desired target. When the [VideoPlayer.renderMode](/engine/6000.3/script-reference/unityengine/video/videoplayer/rendermode.md) is set to APIOnly, the content is still accessible from scripts using this property.
