helix-loop:简单的游戏循环管理

时间:2024-07-22 02:29:25
【文件属性】:

文件名称:helix-loop:简单的游戏循环管理

文件大小:3KB

文件格式:ZIP

更新时间:2024-07-22 02:29:25

JavaScript

螺旋环 简单的游戏循环管理 安装 npm install helix-loop 用法 var helix = new ( require ( 'helix-loop' ) ) ( { updateInterval : 1000 / 60 // 60 fps, about 16 ms per tick } ) ; helix . on ( 'start' , function ( ) { // setup that happens once, before the first update tick } ) ; helix . on ( 'preUpdate' , function ( ) { // stuff that should happen in preparation for update to be called one or more times


【文件预览】:
helix-loop-master
----LICENSE(1KB)
----README.md(1KB)
----.gitignore(40B)
----index.js(2KB)
----package.json(630B)

网友评论