GetSourceOutputPort<U>(U)
Returns the source playable's output connection index.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Playables
- Assembly: UnityEngine.CoreModule
GetSourceOutputPort<T>(T)
public static int GetSourceOutputPort<U>(this U output) where U : struct, IPlayableOutput
Parameters
The PlayableOutput used by this operation.
Returns
Type | Description |
|---|---|
| int | The output port. |
Remarks
Default value is 0.