예제 #1
0
파일: Brain.cs 프로젝트: Horonex/EcoSim
 private float GetOutput(outputType type)
 {
     return(outputs.GetNode(OStartIndexes[type]));
 }