示例#1
0
 public void DestroyPlayable <U>(U playable) where U : struct, IPlayable
 {
     PlayableGraph.DestroyPlayableInternal(ref this, playable.GetHandle());
 }