AnimancerPlayable.

InsertOutputPlayable(Playable) Method

Summary

[Pro-Only] Inserts a `playable` after the root of the Animancer.AnimancerPlayable.Graph so that it can modify the final output.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerPlayable

Syntax

public void InsertOutputPlayable(Playable playable)

Remarks

It can be removed using Animancer.AnimancerUtilities.RemovePlayable(UnityEngine.Playables.Playable,System.Boolean).

Parameters

Name Type Description
playable Playable

Return Value

Type Description
void