示例#1
0
 public void setInput(Vector input, int inputIndex)
 {
     this.inputs[inputIndex] = MatUtils.mathNetToUnityVec(input);
 }