Easing.Sine.

Easing.

InOut(float) Method

Summary

Interpolate using Animancer.Easing.Sine.In(System.Single) (0 to 0.5) or Animancer.Easing.Sine.Out(System.Single) (0.5 to 1).
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
Easing.Sine

Syntax

public static float InOut(float value)

Remarks

Easings.net has a graph of this function.

Parameters

Name Type Description
value float

Return Value

Type Description
float