Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public bool isLooping { get; set; }

Remarks

If set to
false
, the VideoPlayer will stop playback at the end of the clip and will not reset the time to the start of the clip.