Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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);

Parameters

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

Description

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