コード例 #1
0
ファイル: Testing.cs プロジェクト: Artyomich113/Snake
    private void Start()
    {
        grid = new Grid(100, 100, 10f, new Vector3(0, 0));

        HeatMapVisual heatMapVisual = new HeatMapVisual(grid, GetComponent <MeshFilter>());
    }