Version: 2021.2
public static void Destroy (U playable);

参数

playable 此操作所用的 Playable

描述

销毁当前 Playable

注意:连接到已销毁可播放项的输出端口的其他任何可播放项都将成为孤立项;这些可播放项仍然存在于 PlayableGraph 中,但在连接到已连接 PlayableOutput 的图分支之前,它们不会更新。

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