public void DestroySubgraph <U>(U playable) where U : struct, IPlayable { PlayableGraph.DestroySubgraphInternal(ref this, playable.GetHandle()); }