ChatManagerBehavior.SendMessage Method¶
[This is preliminary documentation and is subject to change.]
Overload List¶
Name | Description | |
|---|---|---|
| SendMessage(String) | Calls the method named methodName on every MonoBehaviour in this game object. (Inherited from Component.) |
| SendMessage(RpcArgs) | |
| SendMessage(String, Object) | Calls the method named methodName on every MonoBehaviour in this game object. (Inherited from Component.) |
| SendMessage(String, SendMessageOptions) | Calls the method named methodName on every MonoBehaviour in this game object. (Inherited from Component.) |
| SendMessage(String, Object, SendMessageOptions) | Calls the method named methodName on every MonoBehaviour in this game object. (Inherited from Component.) |
Back to Top
