示例#1
0
 public PerceptronBase GetPerceptron(Perception.Type type)
 {
     return(this.perceptrons[(int)type]);
 }
示例#2
0
 public void StopListenPerceptron(Perception.Type type, GameObject target, UnityAction <bool, GameObject> callback)
 {
     this.perceptrons[(int)type].StopListenPerceptron(target, callback);
 }