public void TickLayoutView(TimeSpan elapsedGameTime) { Cloud1Path.Animation.Tick(elapsedGameTime); Cloud2Path.Animation.Tick(elapsedGameTime); Cloud3Path.Animation.Tick(elapsedGameTime); if (BackgroundAnimation != null) { BackgroundAnimation.Tick(elapsedGameTime); } }