SmoothedVector2Parameter.

SmoothedVector2Parameter(AnimancerGraph, StringReference, StringReference, float, float) Constructor

Summary

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

Syntax

public SmoothedVector2Parameter(AnimancerGraph graph, StringReference keyX, StringReference keyY, float smoothTime, float maxSpeed = Infinity)

Parameters

Name Type Description
graph AnimancerGraph
keyX StringReference
keyY StringReference
smoothTime float
maxSpeed float

Return Value

Type Description
void