AnimancerPlayable.

InsertOutputJob<T>(T) Method

Summary

[Pro-Only] Inserts an animation job 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 AnimationScriptPlayable InsertOutputJob<T>(T data) where T : struct, IAnimationJob

Remarks

It can can be removed by passing the returned value into Animancer.AnimancerUtilities.RemovePlayable(UnityEngine.Playables.Playable,System.Boolean).

Type Parameters

Name Description
T

Parameters

Name Type Description
data T

Return Value

Type Description
AnimationScriptPlayable