Summary
[Pro-Only]
Inserts a `playable` after the root of the
Animancer.AnimancerGraph.PlayableGraph
so that it can modify the final output.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- AnimancerGraph
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 |