C# Class TimersAndTweens.TweenFuncs

Exibir arquivo Open project: GarethIW/LDEngine

Public Properties

Property Type Description
Bounce TweenFunc
CubicEaseIn TweenFunc
CubicEaseInOut TweenFunc
CubicEaseOut TweenFunc
Elastic TweenFunc
Linear TweenFunc
QuadraticEaseIn TweenFunc
QuadraticEaseInOut TweenFunc
QuadraticEaseOut TweenFunc
QuarticEaseIn TweenFunc
QuarticEaseInOut TweenFunc
QuarticEaseOut TweenFunc
QuinticEaseIn TweenFunc
QuinticEaseInOut TweenFunc
QuinticEaseOut TweenFunc
SineEaseIn TweenFunc
SineEaseInOut TweenFunc
SineEaseOut TweenFunc

Public Methods

Method Description
DoElastic ( float progress ) : float

Private Methods

Method Description
DoBounce ( float progress ) : float
DoCubicEaseIn ( float progress ) : float
DoCubicEaseInOut ( float progress ) : float
DoCubicEaseOut ( float progress ) : float
DoLinear ( float progress ) : float
DoQuadraticEaseIn ( float progress ) : float
DoQuadraticEaseInOut ( float progress ) : float
DoQuadraticEaseOut ( float progress ) : float
DoQuarticEaseIn ( float progress ) : float
DoQuarticEaseInOut ( float progress ) : float
DoQuarticEaseOut ( float progress ) : float
DoQuinticEaseIn ( float progress ) : float
DoQuinticEaseInOut ( float progress ) : float
DoQuinticEaseOut ( float progress ) : float
DoSineEaseIn ( float progress ) : float
DoSineEaseInOut ( float progress ) : float
DoSineEaseOut ( float progress ) : float
EaseInOutPower ( float progress, int power ) : float
EaseInPower ( float progress, int power ) : float
EaseOutPower ( float progress, int power ) : float

Method Details

DoElastic() public static method

public static DoElastic ( float progress ) : float
progress float
return float

Property Details

Bounce public_oe static_oe property

public static TweenFunc Bounce
return TweenFunc

CubicEaseIn public_oe static_oe property

public static TweenFunc CubicEaseIn
return TweenFunc

CubicEaseInOut public_oe static_oe property

public static TweenFunc CubicEaseInOut
return TweenFunc

CubicEaseOut public_oe static_oe property

public static TweenFunc CubicEaseOut
return TweenFunc

Elastic public_oe static_oe property

public static TweenFunc Elastic
return TweenFunc

Linear public_oe static_oe property

public static TweenFunc Linear
return TweenFunc

QuadraticEaseIn public_oe static_oe property

public static TweenFunc QuadraticEaseIn
return TweenFunc

QuadraticEaseInOut public_oe static_oe property

public static TweenFunc QuadraticEaseInOut
return TweenFunc

QuadraticEaseOut public_oe static_oe property

public static TweenFunc QuadraticEaseOut
return TweenFunc

QuarticEaseIn public_oe static_oe property

public static TweenFunc QuarticEaseIn
return TweenFunc

QuarticEaseInOut public_oe static_oe property

public static TweenFunc QuarticEaseInOut
return TweenFunc

QuarticEaseOut public_oe static_oe property

public static TweenFunc QuarticEaseOut
return TweenFunc

QuinticEaseIn public_oe static_oe property

public static TweenFunc QuinticEaseIn
return TweenFunc

QuinticEaseInOut public_oe static_oe property

public static TweenFunc QuinticEaseInOut
return TweenFunc

QuinticEaseOut public_oe static_oe property

public static TweenFunc QuinticEaseOut
return TweenFunc

SineEaseIn public_oe static_oe property

public static TweenFunc SineEaseIn
return TweenFunc

SineEaseInOut public_oe static_oe property

public static TweenFunc SineEaseInOut
return TweenFunc

SineEaseOut public_oe static_oe property

public static TweenFunc SineEaseOut
return TweenFunc