# isLooping

> Determines whether the VideoPlayer restarts from the beginning when it reaches the end of the clip.

## Definition

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

```csharp
public bool isLooping { get; set; }
```

### Remarks

If set to `false`, the [VideoPlayer](/engine/6000.3/script-reference/unityengine/video/videoplayer.md) will stop playback at the end of the clip and will not reset the time to the start of the clip.
