SendMessageUpwardsGameObject¶
It will send a message to the GameObject and all of the parent object.

Properties¶
| Property Name | Description |
|---|---|
| Target | Destination GameObject of message. |
| Method Name | Method name of the message. |
| Type | The type of the value to be transmitted. |
| Int Value | Int type value |
| Float Value | Float type value |
| Bool Value | Bool type value |
| String Value | String type value |