Esempio n. 1
0
 protected internal TouchSenseEffect(int effectHandle)
 {
     m_currentEffect = effectHandle;
     if (effectHandle > 0)
     {
         m_playing = true;
     }
     m_device = TouchSense.instance.defaultDevice;
 }
Esempio n. 2
0
 protected internal TouchSenseEffect(int effectHandle)
 {
     m_currentEffect = effectHandle;
     if (effectHandle > 0) m_playing = true;
     m_device = TouchSense.instance.defaultDevice;
 }