Summary
Creates a new
Animancer.SmoothedFloatParameter
.- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- Smoothed
Float Parameter
Syntax
public SmoothedFloatParameter(AnimancerGraph graph, Parameter<float> parameter, float smoothTime, float maxSpeed = Infinity)
Parameters
Name | Type | Description |
---|---|---|
graph | AnimancerGraph | |
parameter | Parameter |
|
smoothTime | float | |
maxSpeed | float |
Return Value
Type | Description |
---|---|
void |