user-components-editor-add-component.rst 758 B

12345678910111213141516
  1. .. include:: ../_header.rst
  2. Add new component
  3. `````````````````
  4. To add a new |UserComponent|_ you can: press the ``A`` key, click in the **Add Component** button in the |MainToolbar|_ or select the **Add Component** option in the context menu.
  5. .. image:: ../images/scene-editor-user-components-add-component-20221101.webp
  6. :alt: Add new user component.
  7. The newly created component has a default name, so probably you would like to change it, in the |InspectorView|_.
  8. As you can see in the image, the components are shown in a viewer and are rendered like class declarations: with the class name and the name and type of the properties.
  9. To delete a component select it and press the ``Delete`` key. Or select the **Delete** option in the context menu.