PlayableOutputExtensions.SetSourcePlayable
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.
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.