AnimancerGraph.

Initialize(IAnimancerComponent, bool) Method

Summary

Initializes this graph and plays it on the on the Animancer.IAnimancerComponent.Animator if `createOutput` is true.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerGraph

Syntax

public void Initialize(IAnimancerComponent animancer, bool createOutput = true)

Parameters

Name Type Description
animancer IAnimancerComponent
createOutput bool

Return Value

Type Description
void