This is the old Animancer v7.4 documentation. Click here for the latest version.

AnimancerPlayable.

TryGetOutput(PlayableOutput) Method

Summary

Outputs the UnityEngine.Playables.PlayableOutput connected to the Animancer.AnimancerPlayable and returns true if it was found. Otherwise returns false.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerPlayable

Syntax

public bool TryGetOutput(out PlayableOutput output)

Parameters

Name Type Description
output PlayableOutput

Return Value

Type Description
bool