Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flushpot1125/305977ae11ad452133ef0abc5e5a8ed3 to your computer and use it in GitHub Desktop.
Save flushpot1125/305977ae11ad452133ef0abc5e5a8ed3 to your computer and use it in GitHub Desktop.
const xr_ids = motionController.getComponentIds();
for (let i=0;i<xr_ids.length;i++){
console.log("right:"+xr_ids[i]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment