// Use this for initialization void Start() { HapticApi.Initialise(Application.identifier, Application.productName); }
public BhapticsHaptic() { HapticApi.Initialise(Application.identifier, Application.productName); }
public HapticPlayer2(string appId, string appName) { HapticApi.Initialise(appId, appName); }
// Use this for initialization void Start() { HapticApi.Initialise(); }
public HapticPlayer2() { HapticApi.Initialise(); }