Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetSourceOutputPort<U>(U, int)

Sets the source playable's output connection index. For playables with multiple outputs, this determines which sub-branch of the source playable generates this output.
Read time 1 minuteLast updated 13 days ago

Definition

SetSourceOutputPort<T>(T, int)

Warning
Deprecated. Method SetSourceOutputPort has been deprecated. Use SetSourcePlayable(Playable, Port) instead.
public static void SetSourceOutputPort<U>(this U output, int value) where U : struct, IPlayableOutput

Parameters

output

T
The PlayableOutput used by this operation.

value

The new output port value.