コード例 #1
0
 public void LineCaught(List <Vector3> capturedLine)
 {
     rig.LineCaught(capturedLine, hand);
     //This should send out an EVENT.
     //Remove dependency from Instance.
 }