MCPcopy Create free account
hub / github.com/esengine/esengine / delayedCall

Method delayedCall

packages/fairygui/src/tween/GTween.ts:119–121  ·  view source on GitHub ↗

* Create a delayed call * 创建延迟调用

(delay: number)

Source from the content-addressed store, hash-verified

117 * 创建延迟调用
118 */
119 public static delayedCall(delay: number): GTweener {
120 return TweenManager.createTween().setDelay(delay);
121 }
122
123 /**
124 * Create a shake tween

Callers 3

_playMethod · 0.80
playItemMethod · 0.80
startTweenMethod · 0.80

Calls 2

setDelayMethod · 0.80
createTweenMethod · 0.80

Tested by

no test coverage detected