Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Update stats-in-vr.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebakerio authored Aug 19, 2021
1 parent 592f04c commit 5a56383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats-in-vr.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ AFRAME.registerComponent("stats-in-vr", {
show2dstats: { type: "boolean", default: true }, // show the built-in 'stats' component
alwaysshow3dstats: { type: "boolean", default: false }, // show the built-in 'stats' component
anchorel: { type: "selector", default: "[camera]" }, // anchor in-vr stats to something other than the camera
showalllabel: { type: "boolean", default: true },
showalllabels: { type: "boolean", default: true },
showlabels: {type: 'array', default:[]}, // e.g., ['raf','fps','calls','entities']
showallgraphs: { type: "boolean", default: true },
showgraphs: {type: 'array', default:[]}, // e.g., ['raf','fps','calls','entities']
Expand Down

0 comments on commit 5a56383

Please sign in to comment.