-
Notifications
You must be signed in to change notification settings - Fork 1
Haptics
Josh Stovall edited this page Dec 3, 2020
·
2 revisions
var controller = new XR.Gamepad();
controller.left.vibrate(0.4, 100);
controller.left.vibrate(intensity
, length
)