纯帧事件逻辑驱动工具: FrameEngine.create(function(engine){ //帧逻辑 engine.stop(); //停止 })

Constructor

new ()

Methods

onFrame ():Void

dynamiconFrameEvent (event:FrameEngine):Void

帧事件处理

Parameters:

null

event

start ():Void

开始帧事件

stop ():Void

停止帧事件

Static methods

staticcreate (cb:FrameEngine ‑> Void):FrameEngine

staticstopAllFrameEngine ():Void

停止所有FrameEngine逻辑