| Package | com.threerings.util |
| Class | public class DelayUtil |
| Method | Defined by | ||
|---|---|---|---|
|
delayFrame(fn:Function, args:Array = null):void
[static]
Delay invocation of the specified function closure by one frame.
| DelayUtil | ||
|
delayFrames(frames:int, fn:Function, args:Array = null):void
[static]
Delay invocation of the specified function closure by one or more frames.
| DelayUtil | ||
| delayFrame | () | method |
public static function delayFrame(fn:Function, args:Array = null):voidDelay invocation of the specified function closure by one frame.
Parametersfn:Function |
|
args:Array (default = null) |
| delayFrames | () | method |
public static function delayFrames(frames:int, fn:Function, args:Array = null):voidDelay invocation of the specified function closure by one or more frames.
Parametersframes:int |
|
fn:Function |
|
args:Array (default = null) |