TweenScaleFunctionsCubicEaseOut Field |
A cubic (x^3) progress scale function that eases out.
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public static readonly Func<float, float> CubicEaseOut
Public Shared ReadOnly CubicEaseOut As Func(Of Single, Single)
public:
static initonly Func<float, float>^ CubicEaseOut
static val CubicEaseOut: Func<float32, float32>
Field Value
Type:
FuncSingle,
SingleSee Also