public static Playables.PlayState GetPlayState (U playable);

Parameters

playable 此操作所用的 Playable

Returns

PlayState Playable 的当前播放状态。

Description

返回 Playable 的当前播放状态。

注意:这是一种模板化扩展方法,适用于继承自 IPlayable 的任何类型

PlayState.Playing:系统将在评估 PlayableGraph 期间更新此 Playable 的本地时间。

PlayState.Paused:系统不会在评估 PlayableGraph 期间更新此 Playable 的本地时间。