예제 #1
0
 void Start()
 {
     five_second_hum = new HapticSequence();
     five_second_hum.AddEffect(0.0, new HapticEffect(Effect.Hum, 2.0));
 }