PlayableOutputExtensions.SetSourcePlayable

Declaration

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

Parameters

output The PlayableOutput used by this operation.
value The new source Playable.
port The new output port value.

Description

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


Declaration

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

Parameters

output The PlayableOutput used by this operation.
value The new source Playable.

Description

Sets which playable that computes the output.


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