コード例 #1
0
ファイル: Brain.cs プロジェクト: Horonex/EcoSim
 private float GetOutput(outputType type)
 {
     return(outputs.GetNode(OStartIndexes[type]));
 }