Version: 2021.3
언어: 한국어
public static void SetSourcePlayable (U output, V value, int port);

파라미터

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

설명

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


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

파라미터

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

설명

Sets which playable that computes the output.