コード例 #1
0
 public override void ButtonUsed(HandController hand, ButtonEventKind buttonEventKind)
 {
     if (buttonEventKind == ButtonEventKind.TriggerButtonDown)
     {
         Trigger(hand);
     }
 }
コード例 #2
0
 public abstract void ButtonUsed(HandController hand, ButtonEventKind buttonEventKind);