SendMessageGameObject


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.

SendMessageGameObject

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.4 or later