isLooping
Determines whether the VideoPlayer restarts from the beginning when it reaches the end of the clip.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Video
- Assembly: UnityEngine.VideoModule
public bool isLooping { get; set; }
Remarks
If set to , the VideoPlayer will stop playback at the end of the clip and will not reset the time to the start of the clip.
false