ControllerState.

BindParameter(StringReference, AnimatorControllerParameter) Method

Summary

Configures all parameters 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 animancerParameter, AnimatorControllerParameter controllerParameter)

Parameters

Name Type Description
animancerParameter StringReference
controllerParameter AnimatorControllerParameter

Return Value

Type Description
void