Version: 2022.1
public static Playables.PlayableGraph GetGraph (U playable);

参数

playable 此操作所用的 Playable

返回

PlayableGraph 与当前 Playable 关联的 PlayableGraph

描述

返回拥有此 PlayablePlayableGraphPlayable 只能在用于创建它的图中使用。

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