新增allTweensWithTargetEntity与clearAllCoroutines方法

This commit is contained in:
YHH
2022-07-09 11:24:32 +08:00
parent dde04d514e
commit 34f0c4ac2d
9 changed files with 115 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ module es {
* 更多具体的Tween播放控制在这里
*/
export interface ITweenControl extends ITweenable {
readonly discriminator: "ITweenControl";
/**
* 当使用匿名方法时,您可以在任何回调(如完成处理程序)中使用该属性来避免分配
*/