skipOnDrop
Whether the VideoPlayer is allowed to skip frames to catch up with current time.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Video
- Assembly: UnityEngine.VideoModule
public bool skipOnDrop { get; set; }
Remarks
Only settable if VideoPlayer.canSetSkipOnDrop is true.