FyroxEngine / Fyrox

3D and 2D game engine written in Rust
https://fyrox.rs
MIT License
7.61k stars 340 forks source link

Changed sidebar to be inspector in the view dropdown menu #439

Closed rowanfr closed 1 year ago

rowanfr commented 1 year ago

This pull request is focused on changing the "Sidebar" option to "Inspector" as that is the title of the widget and what we seem to be calling that section in documentation shown here "https://fyrox-book.github.io/fyrox/ui/inspector.html". In addition it changes some of the variable syntax from "sidebar" to "inspector".

Ultimately this is a fairly minor change that is focused on trying to make the text in the view drop down correspond to the widget involved and change the sidebar variable name to be the widget involved similar to other variables.