コード例 #1
0
 // Use this for initialization
 void Start()
 {
     senderMaker = senderMakerGO.GetComponent <pSenderMaker>();
     loadVertexData();
     InitCells();
     InitAxons();
     //debugShowCells();
     makeAxonLineMesh();
 }
コード例 #2
0
 // Use this for initialization
 void Start()
 {
     senderMaker = new pSenderMaker();
 }