public void setTheme(ThemingMode mode)
 {
     theme       = mode;
     groundplane = theme.getTerrain().GetComponent <Groundplane> ();
 }
 public void setTheme(ThemingMode mode)
 {
     theme = mode;
     setWorldAsParent (theme.getTerrain()); //Getter is also the init
 }