# SendMessageUpwardsGameObject

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

![SendMessageUpwardsGameObject](./images/SendMessageUpwardsGameObject.png)

## Property

<table border="1" class="docutils">
<tbody valign="top">
<tr>
<td>
Target
</td>
<td>
Destination GameObject of message.
</td>
</tr>
<tr>
<td>
Method Name
</td>
<td>
Method name of the message.
</td>
</tr>
<tr>
<td>
Type
</td>
<td>
The type of the value to be transmitted.
</td>
</tr>
<tr>
<td>
Int Value
</td>
<td>
Int type value
</td>
</tr>
<tr>
<td>
Float Value
</td>
<td>
Float type value
</td>
</tr>
<tr>
<td>
Bool Value
</td>
<td>
Bool type value
</td>
</tr>
<tr>
<td>
String Value
</td>
<td>
String type value
</td>
</tr>
 </tbody>
</table>

