Phaser API Documentation

  Version: 
setPlaybackRate([rate])

Description:

Sets the playback rate of the current video.

The value given is a double that indicates the rate at which the media is being played back.

Parameters:

name type arguments description
rate number <optional>

A double that indicates the rate at which the media is being played back.

Returns:
Description:

This Video Game Object for method chaining.

Since: 3.20.0