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