Update Utility.Tween.cs

This commit is contained in:
Alex-Rachel
2025-03-23 00:18:04 +08:00
parent 24313b61ab
commit 55a6ab1ffb

View File

@@ -14,7 +14,7 @@ namespace TEngine
/// <summary> /// <summary>
/// 设置动画辅助器。 /// 设置动画辅助器。
/// </summary> /// </summary>
/// <param name="textHelper">要设置的字符辅助器。</param> /// <param name="textHelper">要设置的动画辅助器。</param>
public static void SetTweenHelper(ITweenHelper textHelper) public static void SetTweenHelper(ITweenHelper textHelper)
{ {
_tweenHelper = textHelper; _tweenHelper = textHelper;
@@ -877,7 +877,7 @@ namespace TEngine
} }
} }
public static class DTweenExtensions public static class TweenExtensions
{ {
public static long OnComplete(this long tweenId, Action onComplete) public static long OnComplete(this long tweenId, Action onComplete)
{ {