Update

Update is the node called by the MonoBehaviour's Update message.
It stops execution immediately after being called, so it does not wait for the completion of Task nodes, etc.

Properties

Property name Type Description
Output port OutputExecutePort Executes the connected node when the event is called.