Version: 2022.1
public static void SetSpeed (U playable, double value);

参数

playable 此操作所用的 Playable
value 新速度。

描述

更改应用于当前 Playable 的速度乘数。

这会影响 Playable 播放时本地时间递增的速度。

Use this templated extension method on any type that inherits from IPlayable.