コード例 #1
0
 public void Off()
 {
     CVibration.Off();
 }
コード例 #2
0
 public void On()
 {
     CVibration.On(Pattern, Repeat);
 }