Exemplo n.º 1
0
        private void Draw()
        {
            var index = 0;

            foreach (var pos in _list)
            {
                ParticleManager.CircleParticle($"{index++}_pos_helper", pos, _range,
                                               SharpDX.Color.Purple);
            }
        }