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

파라미터

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

설명

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


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

파라미터

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

설명

Sets which playable that computes the output.