Component
A Component (Model) can be seen as a Data-Model with a runtime routine (hearth beat) spinning at his own frequency.
|
A Component is shown dashed when external (defined in a library) and in plain line when local.
|
When selected:

: attach the Component to the entity being selected in the popup list.
: change the name of the Component.
: copy it into the clipboard and remove it from the Container.
: copy it into the clipboard.
: create a clone of the Component into the same Container.
: ask confirmation and delete the Component. There is no undo.
See this
property window and replace
Data Model with
Component.
The only difference between Data Model and Component is the
Runtime part.
|
If the Component is manual, do not forget to set scenario and entity pointers in the RESET part of the Initialization panel.
|