Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

VideoPlayer.canSetTime

public bool canSetTime;

Description

Whether you can change the current time using the time or timeFrames property. (Read Only)

Seeking is not supported in all contexts. For example, seeking in a HTTP live stream.

This value is only valid after the movie has been prepared. See VideoPlayer.Prepare.