Exemplo n.º 1
0
        // ----------------------------------------------------------------------------

        protected override void OnCreate()
        {
            base.OnCreate();

            m_grid = new UniformGrid(
                new int2(-100, -100),
                new int2(100, 100),
                7);

            Debug.LogFormat("[GridTestSystem::OnCreate] Created Grid: {0}\n", m_grid.ToStringCompact());
            //TestGrid();

            DebugDrawManager.Register(this);
        }