Convenience function to trigger haptic feedback Uses singleton HapticController instance
Haptic intensity level
True if haptic was triggered
햅틱실행
// Light haptic for UI interactiontriggerOptimizedHaptic('light');// Medium haptic for combat actiontriggerOptimizedHaptic('medium');// Strong haptic for critical hittriggerOptimizedHaptic('strong'); Copy
// Light haptic for UI interactiontriggerOptimizedHaptic('light');// Medium haptic for combat actiontriggerOptimizedHaptic('medium');// Strong haptic for critical hittriggerOptimizedHaptic('strong');
Convenience function to trigger haptic feedback Uses singleton HapticController instance