ControllerState.

BindParameter(StringReference) Method

Summary

Configures a parameter in the Animancer.ControllerState.Controller to follow the value of a parameter with the same name in the Animancer.AnimancerGraph.Parameters.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ControllerState

Syntax

public void BindParameter(StringReference name)

Parameters

Name Type Description
name StringReference

Return Value

Type Description
void