Beispiel #1
0
        public void InitiateParticleSystem()
        {
            Vector2 startPosition = new Vector2(0.5f, 0.5f);

            splitterSystem = new SplitterSystem(startPosition);
        }
Beispiel #2
0
        public void InitiateParticleSystem()
        {
            Vector2 startPosition = new Vector2(0.5f, 0.5f);

            splitterSystem = new SplitterSystem(startPosition);
        }