Version: 2018.2
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.