HybridAnimancerComponent.

SetFloat(int, float, float, float, float) Method

Summary

Sets the value of the specified float parameter with smoothing.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
HybridAnimancerComponent

Syntax

public float SetFloat(int id, float value, float dampTime, float deltaTime, float maxSpeed = Infinity)

Parameters

Name Type Description
id int
value float
dampTime float
deltaTime float
maxSpeed float

Return Value

Type Description
float