PlayableExtensions.DisconnectInput

Declaration

public static void DisconnectInput(U playable, int inputPort);

Parameters

playable The Playable used by this operation.
inputPort The input port index.

Description

Disconnect the input port of a Playable.

This method is a simple helper on top of PlayableGraph.Disconnect.

Use this templated extension method on any type that inherits from IPlayable.


Did you find this page useful? Please give it a rating: