Example #1
0
 public void Disconnect <U>(U input, int inputPort) where U : struct, IPlayable
 {
     PlayableGraph.DisconnectInternal(ref this, input.GetHandle(), inputPort);
 }