Version: 2022.2

PlayableExtensions.GetPropagateSetTime

切换到手册
public static bool GetPropagateSetTime (U playable);

参数

playable 此操作所用的 Playable

返回

bool 如果启用了时间传播,则返回 true。

描述

返回此 Playable 的时间传播行为。

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

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

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

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