public static void SetSourcePlayable (U output, V value, int port);

Parameters

outputThe PlayableOutput used by this operation.
valueThe new source Playable.
portThe new output port value.

Description

Sets which playable that computes the output and which sub-tree index.


public static void SetSourcePlayable (U output, V value);

Parameters

outputThe PlayableOutput used by this operation.
valueThe new source Playable.

Description

Sets which playable that computes the output.