ControllerState.

SetFloat(string, float) Method

Summary

Sets the value of the specified float parameter.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ControllerState

Syntax

public void SetFloat(string name, float value)

Parameters

Name Type Description
name string
value float

Return Value

Type Description
void