mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update Utility.Tween.cs
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user