ControllerState.

BindFloat(StringReference, string) 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 ControllerState.ParameterBinding<float> BindFloat(StringReference animancerParameter, string controllerParameterName)

Parameters

Name Type Description
animancerParameter StringReference
controllerParameterName string

Return Value

Type Description
ControllerState.ParameterBinding<float>