SendMessageUpwardsGameObject


This is the documentation for Arbor 3.2.4 and earlier.

See Arbor Documentation for the latest documentation.

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

SendMessageUpwardsGameObject

Property

Target Destination GameObject of message.
MethodName Method name of the message.
Type The type of the value to be transmitted.

  • None : none
  • Int : int type
  • Float : float type
  • Bool : bool type
  • String : string type
**Value Each type of value

Version

1.7.6 or later