Esempio n. 1
0
 // Use this for initialization
 void Start()
 {
     HapticApi.Initialise(Application.identifier, Application.productName);
 }
Esempio n. 2
0
 public BhapticsHaptic()
 {
     HapticApi.Initialise(Application.identifier, Application.productName);
 }
Esempio n. 3
0
 public HapticPlayer2(string appId, string appName)
 {
     HapticApi.Initialise(appId, appName);
 }
Esempio n. 4
0
 // Use this for initialization
 void Start()
 {
     HapticApi.Initialise();
 }
Esempio n. 5
0
 public HapticPlayer2()
 {
     HapticApi.Initialise();
 }