ControllerState.

BindParameter(StringReference, int) Method

Summary

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

Syntax

public void BindParameter(StringReference animancerParameter, int controllerParameterHash)

Parameters

Name Type Description
animancerParameter StringReference
controllerParameterHash int

Return Value

Type Description
void