public void TriggerHapticFeedback(float duration, float frequency, float amplitude) { if (!(GameManager.Instance.playerPlatform == PlayerPlatform.EDITOR)) { hapticFeedback.Vibrate(duration, frequency, amplitude); } }
internal void Vibrate(UIFeedbackType vibrationType) { HapticFeedback.Vibrate(vibrationType); }