// Transition event on activeState change
	public void InitTransition (PlaygroundParticlesC playgroundParticles) {
		StartCoroutine(playgroundParticles.Transition(playgroundParticles));
	}