RaTweening 1.0.0
|
Classes | |
interface | IRaTweenLambda |
class | RaTweenLambdaBase |
This class acts as the base class for all Lambda Tweens This tween type can SetStartDynamic(bool) to live calculate its start value This tween type can use SetEndIsDelta(bool) to live calculate its end value This tween type can use SetDynamicSetupStep(RaTweenDynamicSetupStep) to determine when to calculate the SetStartDynamic(bool) and SetEndIsDelta(bool) values It allows for a Setter and an optional IsValid check method to be passed to it in order to execute the evaluation of a tween. More... | |
class | RaTweenLambdaColor |
A RaTweenLambdaBase<ValueT> tween handles the logics of tweening a Color More... | |
class | RaTweenLambdaFloat |
A RaTweenLambdaBase<ValueT> tween handles the logics of tweening a Float More... | |
class | RaTweenLambdaRect |
A RaTweenLambdaBase<ValueT> tween handles the logics of tweening a Rect More... | |
class | RaTweenLambdaVector2 |
A RaTweenLambdaBase<ValueT> tween handles the logics of tweening a Vector2 More... | |
class | RaTweenLambdaVector3 |
A RaTweenLambdaBase<ValueT> tween handles the logics of tweening a Vector3 More... | |
class | RaTweenLambdaVector4 |
A RaTweenLambdaBase<ValueT> tween handles the logics of tweening a Vector4 More... | |