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