Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


skipOnDrop

Whether the VideoPlayer is allowed to skip frames to catch up with current time.
Read time 1 minuteLast updated 13 days ago

Definition

public bool skipOnDrop { get; set; }

Remarks

Only settable if VideoPlayer.canSetSkipOnDrop is
true
.