GetSourcePlayable<U>(U)
Returns the source playable.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Playables
- Assembly: UnityEngine.CoreModule
GetSourcePlayable<T>(T)
public static Playable GetSourcePlayable<U>(this U output) where U : struct, IPlayableOutput
Parameters
The PlayableOutput used by this operation.
Returns
Type | Description |
|---|---|
| Playable | The source playable. |