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