Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


playbackSpeed

Factor by which the basic playback rate will be multiplied.
Read time 1 minuteLast updated 10 days ago

Definition

public float playbackSpeed { get; set; }

Remarks

Only works if _canSetPlaybackSpeed is
true
. Setting this to 2.0 will play the clip twice as fast as its normal speed. Support for negative values is platform dependent.