playbackSpeed
Factor by which the basic playback rate will be multiplied.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Video
- Assembly: UnityEngine.VideoModule
public float playbackSpeed { get; set; }
Remarks
Only works if _canSetPlaybackSpeed is . Setting this to 2.0 will play the clip twice as fast as its normal speed. Support for negative values is platform dependent.
true