Summary
Sets the value of the specified float parameter with smoothing.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- Hybrid
Animancer Component
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 |