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