Version: 2022.2
public static void SetDone (U playable, bool value);

参数

playable 此操作所用的 Playable
value 如果操作已完成,则为 true,否则为 false。

描述

更改指示可播放项已完成操作的标志。

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