(Inspector)= # Inspector This tool shows information about resources or models loaded into the scene: ## Inspecing Resources Clicking on any resource will target the inspector on it. Here's what it looks like: ```{figure} /_static/img/user-interface/inspector.resource.apple.png :alt: Inspecing an apple resource :name: inpecting-apple-resource :width: 50% :align: center Inspecing a resource ``` The inspector can be used to rename a resource. ## Inspecting The Selection The inspector will target the scene selection whenever it changes. Here's what it looks like: ```{figure} /_static/img/user-interface/inspector.model.apple.png :alt: Inspecing an apple model :name: inpecting-apple-model :width: 50% :align: center Inspecing the selection ``` The selection can be translated/rotated/scale using the `Position`, `Rotation` (in degrees) and `Scale` setters: 1. click the property you want to edit 2. set the new value 3. press enter to confirm