Broadcast Message¶
Visual Scripting ยป Broadcast Message
Description¶
Invokes any method on any component found on the target game object
Parameters¶
Name | Description |
---|---|
Game Object | The target game object that receives the broadcast message |
Message | The name of the method or methods that are called |
Send Upwards | If true the message travels from the game object towards the root |
Example 1¶
By default all broadcast messages travel from the target game object and towards all its children. Setting the Send Upwards field to true makes the message travel from the game object towards the root parent
Keywords¶
Execute
Call
Invoke
Function