コード例 #1
0
 private void BoundingBox_ScaleStarted(object sender, BoundingBoxManipulationEventArgs e)
 {
     Tools.PlaySound(this.soundEmitter, this.ScaleStartedSound);
 }
コード例 #2
0
 private void BoundingBox_RotateStopped(object sender, BoundingBoxManipulationEventArgs e)
 {
     Tools.PlaySound(this.soundEmitter, this.RotateStoppedSound);
 }