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