2018-05-28 14:53:15 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2020-01-26 16:01:49 +01:00
<class name= "EditorInspector" inherits= "ScrollContainer" version= "3.2" >
2018-05-28 14:53:15 +02:00
<brief_description >
2020-02-12 15:04:19 +01:00
A tab used to edit properties of the selected node.
2018-05-28 14:53:15 +02:00
</brief_description>
<description >
2020-04-14 22:09:21 +02:00
The editor inspector is by default located on the right-hand side of the editor. It's used to edit the properties of the selected node. For example, you can select a node such as [Sprite] then edit its transform through the inspector tool. The editor inspector is an essential tool in the game development workflow.
[b]Note:[/b] This class shouldn't be instantiated directly. Instead, access the singleton using [method EditorInterface.get_inspector].
2018-05-28 14:53:15 +02:00
</description>
<tutorials >
</tutorials>
<methods >
2018-07-26 11:56:21 +02:00
<method name= "refresh" >
<return type= "void" >
</return>
<description >
</description>
</method>
2018-05-28 14:53:15 +02:00
</methods>
2019-09-03 12:44:58 +02:00
<members >
2019-09-24 13:34:03 +02:00
<member name= "scroll_horizontal_enabled" type= "bool" setter= "set_enable_h_scroll" getter= "is_h_scroll_enabled" override= "true" default= "false" />
2019-09-03 12:44:58 +02:00
</members>
2018-05-28 14:53:15 +02:00
<signals >
<signal name= "object_id_selected" >
<argument index= "0" name= "id" type= "int" >
</argument>
<description >
</description>
</signal>
2018-07-26 11:56:21 +02:00
<signal name= "property_edited" >
<argument index= "0" name= "property" type= "String" >
</argument>
<description >
</description>
</signal>
2018-05-28 14:53:15 +02:00
<signal name= "property_keyed" >
<argument index= "0" name= "property" type= "String" >
</argument>
<description >
</description>
</signal>
2018-07-26 11:56:21 +02:00
<signal name= "property_selected" >
<argument index= "0" name= "property" type= "String" >
</argument>
<description >
</description>
</signal>
2018-11-10 14:21:34 +01:00
<signal name= "property_toggled" >
<argument index= "0" name= "property" type= "String" >
</argument>
<argument index= "1" name= "checked" type= "bool" >
</argument>
<description >
</description>
</signal>
2018-05-28 14:53:15 +02:00
<signal name= "resource_selected" >
<argument index= "0" name= "res" type= "Object" >
</argument>
<argument index= "1" name= "prop" type= "String" >
</argument>
<description >
</description>
</signal>
2018-07-26 11:56:21 +02:00
<signal name= "restart_requested" >
<description >
</description>
</signal>
2018-05-28 14:53:15 +02:00
</signals>
<constants >
</constants>
</class>