SendMessageUpwardsGameObject

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

SendMessageUpwardsGameObject

Properties

Property NameDescription
Target Destination GameObject of message.
Method Name Method name of the message.
Argument Argument of message.
Field NameDescription
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
Long Value Long type value
Enum Value Enum type value
Game Object Value GameObject type value
Vector 2 Value Vector2 type value
Vector 3 Value Vector3 type value
Quaternion Value Quaternion type value
Rect Value Rect type value
Bounds Value Bounds type value
Color Value Color type value
Component Value Component type value
Input Slot Value InputSlot type value
Reference Type Type to reference. Used in Enum, Component, Slot.