AnimancerUtilities.

FindOutput(PlayableGraph, Playable) Method

Summary

Returns the output connected to the `sourcePlayable` (if any).
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerUtilities

Syntax

public static PlayableOutput FindOutput(this PlayableGraph graph, Playable sourcePlayable)

Parameters

Name Type Description
graph PlayableGraph
sourcePlayable Playable

Return Value

Type Description
PlayableOutput