HybridAnimancerComponent.

SetFloat(string, 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(string name, float value, float dampTime, float deltaTime, float maxSpeed = Infinity)

Parameters

Name Type Description
name string
value float
dampTime float
deltaTime float
maxSpeed float

Return Value

Type Description
float