Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Google 的纸板开展一个项目。我在问是否有人有可能帮助理解和创建使用纸板上的磁铁工具放大和缩小的脚本。非常感谢你的帮助。
Used this code @Override public void onCardboardTrigger() { if (xyz) { //Create a function zoom(); ... } else { } // Always give user feedback mVibrator.vibrate(50); }