ObjectWatcher:实时显示对象属性

时间:2024-05-28 11:39:56
【文件属性】:

文件名称:ObjectWatcher:实时显示对象属性

文件大小:3KB

文件格式:ZIP

更新时间:2024-05-28 11:39:56

JavaScript

对象观察者 实时显示对象编号属性,可以跟踪多个对象。 通过更改值更新的字段watcher.interval是需要时跳过的更新调用数。 伪代码示例: const watcher = new ObjectWatcher; watcher.add('THREE Memory', renderer.info.memory); 在渲染框架调用中: watcher.update(); 使用以下命令将其放在屏幕的所需角上: watcher.place('bottomLeft'); // topLeft, topRight, bottomLeft, bottomRight


【文件预览】:
ObjectWatcher-master
----LICENSE(1KB)
----src()
--------ObjectWatcher.js(5KB)
----README.md(563B)

网友评论