Esempio n. 1
0
        public StarContainer Setup(Vector3 localStarLocation, IVoronoiCell localCell)
        {
            starLocation = localStarLocation;
            Cell         = localCell;

            SetupStar();
            SetupCell();

            return(this);
        }
Esempio n. 2
0
 public void Init(Map map, IVoronoiCell cellData, Vector3 center, List <int> neighbours)
 {
     neighbourIdx = neighbours;
 }