row col 倒转之前
This commit is contained in:
@@ -37,6 +37,10 @@ public class GridSelector : MonoBehaviour
|
||||
private List<Vector2> lassoPos = new List<Vector2>();
|
||||
private LineRenderer lassoLine;
|
||||
|
||||
public CellType getCellType(int index)
|
||||
{
|
||||
return (CellType)dataArray[index].barrier;
|
||||
}
|
||||
public CellType CellType { set; get; }
|
||||
public void OnMapCreated(Map map)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user