public void SetupParallaxLayer()
 {
     _layer = new GameObject("Layer").AddComponent <ParallaxLayer>();
 }