AnimancerComponent.

InitializeGraph(AnimancerGraph, bool) Method

Summary

Sets the Animancer.AnimancerComponent.Graph and connects it to the Animancer.AnimancerComponent.Animator.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerComponent

Syntax

public void InitializeGraph(AnimancerGraph graph, bool createOutput = true)

Parameters

Name Type Description
graph AnimancerGraph
createOutput bool

Return Value

Type Description
void