ControllerState.DampedFloatParameter.

ControllerState.

Apply(ControllerState, float) Method

Summary

Updates the target parameter.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ControllerState.DampedFloatParameter

Syntax

public void Apply(ControllerState controller, float deltaTime)

Parameters

Name Type Description
controller ControllerState
deltaTime float

Return Value

Type Description
void