Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


canStep

Returns true if the VideoPlayer can step forward through the video content. (Read Only)
Read time 1 minuteLast updated 10 days ago

Definition

public bool canStep { get; }

Remarks

Stepping is done with VideoPlayer.StepForward.
This value is only valid after the movie has been prepared. See VideoPlayer.Prepare.