Version: 5.6
Experimental: this API is experimental and might be changed or removed in the future.

PlayableGraph.Disconnect

매뉴얼로 전환
public void Disconnect (Experimental.Director.Playable playable, int inputPort);
public void Disconnect (Experimental.Director.PlayableHandle playable, int inputPort);

파라미터

playable The source playabe or its handle.
inputPort The port used in the source playable.

설명

Disconnects PlayableHandle. The connections determine the topology of the PlayableGraph and how its is evaluated.