SmoothedFloatParameter.

SmoothedFloatParameter(AnimancerGraph, StringReference, float, float) Constructor

Summary

Creates a new Animancer.SmoothedFloatParameter.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
SmoothedFloatParameter

Syntax

public SmoothedFloatParameter(AnimancerGraph graph, StringReference key, float smoothTime, float maxSpeed = Infinity)

Parameters

Name Type Description
graph AnimancerGraph
key StringReference
smoothTime float
maxSpeed float

Return Value

Type Description
void