canStep
Returns true if the VideoPlayer can step forward through the video content. (Read Only)
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Video
- Assembly: UnityEngine.VideoModule
public bool canStep { get; }
Remarks
Stepping is done with StepForwards.
This value is only valid after the movie has been prepared. See VideoPlayer.Prepare.