Castle Game Engine: TUIState is now TCastleView, methods to change the view are now part of Container, new slick UI when opening the project

We have an important change to one of our most important concepts: states (TUIState descendants) are now called views (and descend from ). It’s a change in terminology, and a change in API. While previously you were changing states using class functions and properties, like TUIState.Current := Xxx, now you should use regular container methods, …