Version: 2021.2

PlayableExtensions.SetPropagateSetTime

切换到手册
public static void SetPropagateSetTime (U playable, bool value);

参数

playable 此操作所用的 Playable
value 如果要启用时间传播,则为 true。

描述

更改此 Playable 的时间传播行为。

启用后,可播放项会将其本地时间传播给其输入。

禁用后,可播放项不会将其本地时间传播给其输入。

默认处于禁用状态。可用于自动同步输入与输出之间的本地时间。

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