public void Shake() { shakeDuration = 5; AndroidStuff.Vibrate(50); }
public void TouchBegin() { AndroidStuff.Vibrate(16); SetValue(true); }