Sync classref with current source

This commit is contained in:
Rémi Verschelde
2020-01-28 22:51:12 +01:00
parent b4c435413c
commit 9093bf0483
17 changed files with 180 additions and 111 deletions

View File

@@ -16,7 +16,7 @@ A GraphNode is a container with potentially several input and output slots allow
Description
-----------
A GraphNode is a container. Each GraphNode can have several input and output slots, sometimes refered to as ports, allowing connections between GraphNodes. To add a slot to GraphNode, add any :ref:`Control<class_Control>`-derived child node to it.
A GraphNode is a container. Each GraphNode can have several input and output slots, sometimes referred to as ports, allowing connections between GraphNodes. To add a slot to GraphNode, add any :ref:`Control<class_Control>`-derived child node to it.
After adding at least one child to GraphNode new sections will be automatically created in the Inspector called 'Slot'. When 'Slot' is expanded you will see list with index number for each slot. You can click on each of them to expand further.