Class: FrameCounter

FrameCounter()

FrameCounter(callee, intervalFrameCount, loopTime)

new FrameCounter(callee, intervalFrameCount, loopTime)

Parameters:
Name Type Default Description
callee function 回调函数
intervalFrameCount Integer 1 每隔N帧执行一次回调
loopTime Integer 回调执行次数
Source: