Esempio n. 1
0
 public void Init(SCRMazePanel scrMazePanel, int uRow, int uCol, int[] arrValue)
 {
     this.scrMazePanel = scrMazePanel;
     InitGrid(uRow, uCol);
     SetBlockValue(arrValue);
 }
Esempio n. 2
0
 public void Init(SCRMazePanel scrMazePanel, Vector3 vec3Pos)
 {
     this.scrMazePanel       = scrMazePanel;
     this.transform.position = vec3Pos;
 }