SendMessageUpwardsGameObject

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

SendMessageUpwardsGameObject

Properties

Property Name Description
Target Destination GameObject of message.
Method Name Method name of the message.
Argument Argument of message.
Field NameDescription
TypeThe type of the value to be transmitted.
Int ValueInt type value
Float ValueFloat type value
Bool ValueBool type value
String ValueString type value
Long ValueLong type value
Enum ValueEnum type value
Game Object ValueGameObject type value
Vector 2 ValueVector2 type value
Vector 3 ValueVector3 type value
Quaternion ValueQuaternion type value
Rect ValueRect type value
Bounds ValueBounds type value
Color ValueColor type value
Component ValueComponent type value
Input Slot ValueInputSlot type value
Reference TypeType to reference. Used in Enum, Component, Slot.