public static void Notification(TapEngineNotificationType typ) { #if (UNITY_IPHONE || UNITY_IOS) && !UNITY_EDITOR _TAG_Unity_iOSTapticNotification((int)typ); #endif }
public void TapEngineNotification(TapEngineNotificationType typ) { TapEngine.Notification(typ); }