Create New Object
The node can be used to create a fresh new Object.
You can provide any number of properties with values for your new Object. When the Done signal is sent the Object is created and you can perform other actions using the Object.
Inputs
@include "../_properties.md"
Signal | Description |
---|---|
Do | Send a signal in this input to create the new Object with the provided properties. |
Outputs
Data | Description |
---|---|
Id | The Id of the newly created object, this output is valid only when the Done signal has been sent. |
Signal | Description |
---|---|
Done | A signal is sent on this output when the Object have been created. |