ChatManagerBehavior.SendMessage Method

[This is preliminary documentation and is subject to change.]

Overload List

Name

Description

Public method

SendMessage(String)

Calls the method named methodName on every MonoBehaviour in this game object.

(Inherited from Component.)

Public method

SendMessage(RpcArgs)

Public method

SendMessage(String, Object)

Calls the method named methodName on every MonoBehaviour in this game object.

(Inherited from Component.)

Public method

SendMessage(String, SendMessageOptions)

Calls the method named methodName on every MonoBehaviour in this game object.

(Inherited from Component.)

Public method

SendMessage(String, Object, SendMessageOptions)

Calls the method named methodName on every MonoBehaviour in this game object.

(Inherited from Component.)

  Back to Top

See Also

Reference

ChatManagerBehavior ClassBeardedManStudios.Forge.Networking.Generated Namespace