2024-08-30 UTC+8 17:41
- Added functions of
TransformExtensions
for directlySet
the size ofRectTransform
— with#region Size
. - Added functions of
TweenActionAPIExtensions
for the size animation ofRectTransform
— with#region Action Size
. - Added
TestSize()
for the size animation ofRectTransform
inMojoTweenUI
scene. - Removed the unnecessary redundant function
void GetSizeDelta(in Vector2 size, out Vector2 sizeDelta)
inTransformExtensions
.
2024-03-26 UTC+8 22:56
- Added Assembly level BurstCompile FloatMode = FloatMode.Fast to TweenActionValue and TweenEase.
- Fixed the word spelling error in the TweenEase code comment.
2023-09-08 UTC+8 13:56
- Fixed UI text error of AboutMojoTweenMenu.
- Improved code comments and formatting.
2023-06-26 UTC+8 15:13
- Added the
SetOnUpdate
callback for Tween. - Added the
SetOnUpdate
callback for TweenAction. - Added the
SetOnUpdate
test in TweenTransform. - Removed and Renamed some internal code of TweenAction.
- Fixed the warning for the implicit operator from
NativeList<T>
toNativeArray<T>
in UnityCollections-2.1.4 and later. - Optimized the
UpdateActions
of Tween. - Improved code comments and formatting.
2023-01-19 UTC+8 19:31
- Initial Release.