Skip to main content

CCEaseMath

CCEaseMath

Cocos2D

Inheritance: System.Object

Methods

BackIn(float)

System.Single BackIn(float)(System.Single time)
Parameters:
time (System.Single)
Returns:
System.Single

BackInOut(float)

System.Single BackInOut(float)(System.Single time)
Parameters:
time (System.Single)
Returns:
System.Single

BackOut(float)

System.Single BackOut(float)(System.Single time)
Parameters:
time (System.Single)
Returns:
System.Single

BounceIn(float)

System.Single BounceIn(float)(System.Single time)
Parameters:
time (System.Single)
Returns:
System.Single

BounceInOut(float)

System.Single BounceInOut(float)(System.Single time)
Parameters:
time (System.Single)
Returns:
System.Single

BounceOut(float)

System.Single BounceOut(float)(System.Single time)
Parameters:
time (System.Single)
Returns:
System.Single

CubicIn(float)

System.Single CubicIn(float)(System.Single time)
Parameters:
time (System.Single)
Returns:
System.Single

CubicInOut(float)

System.Single CubicInOut(float)(System.Single time)
Parameters:
time (System.Single)
Returns:
System.Single

CubicOut(float)

System.Single CubicOut(float)(System.Single time)
Parameters:
time (System.Single)
Returns:
System.Single

ElasticIn(float)

System.Single ElasticIn(float)(System.Single time)
Parameters:
time (System.Single)
Returns:
System.Single

ElasticIn(float, float)

System.Single ElasticIn(float, float)(System.Single time, System.Single period)
Parameters:
time (System.Single)
period (System.Single)
Returns:
System.Single

ElasticInOut(float)

System.Single ElasticInOut(float)(System.Single time)
Parameters:
time (System.Single)
Returns:
System.Single

ElasticInOut(float, float)

System.Single ElasticInOut(float, float)(System.Single time, System.Single period)
Parameters:
time (System.Single)
period (System.Single)
Returns:
System.Single

ElasticOut(float)

System.Single ElasticOut(float)(System.Single time)
Parameters:
time (System.Single)
Returns:
System.Single

ElasticOut(float, float)

System.Single ElasticOut(float, float)(System.Single time, System.Single period)
Parameters:
time (System.Single)
period (System.Single)
Returns:
System.Single

ExpSmooth(float, float, float, float)

System.Single ExpSmooth(float, float, float, float)(System.Single current, System.Single target, System.Single smoothing, System.Single dt)
Parameters:
current (System.Single)
target (System.Single)
smoothing (System.Single)
dt (System.Single)
Returns:
System.Single

ExponentialIn(float)

System.Single ExponentialIn(float)(System.Single time)
Parameters:
time (System.Single)
Returns:
System.Single

ExponentialInOut(float)

System.Single ExponentialInOut(float)(System.Single time)
Parameters:
time (System.Single)
Returns:
System.Single

ExponentialOut(float)

System.Single ExponentialOut(float)(System.Single time)
Parameters:
time (System.Single)
Returns:
System.Single

Lerp(float, float, float)

System.Single Lerp(float, float, float)(System.Single a, System.Single b, System.Single t)
Parameters:
a (System.Single)
b (System.Single)
t (System.Single)
Returns:
System.Single

Linear(float)

System.Single Linear(float)(System.Single time)
Parameters:
time (System.Single)
Returns:
System.Single

QuadIn(float)

System.Single QuadIn(float)(System.Single time)
Parameters:
time (System.Single)
Returns:
System.Single

QuadInOut(float)

System.Single QuadInOut(float)(System.Single time)
Parameters:
time (System.Single)
Returns:
System.Single

QuadOut(float)

System.Single QuadOut(float)(System.Single time)
Parameters:
time (System.Single)
Returns:
System.Single

SineIn(float)

System.Single SineIn(float)(System.Single time)
Parameters:
time (System.Single)
Returns:
System.Single

SineInOut(float)

System.Single SineInOut(float)(System.Single time)
Parameters:
time (System.Single)
Returns:
System.Single

SineOut(float)

System.Single SineOut(float)(System.Single time)
Parameters:
time (System.Single)
Returns:
System.Single