StrixBehaviourRpcToOtherMembers Method (String, RpcSuccessEventHandler, FailureEventHandler, Object) |
Namespace: SoftGear.Strix.Unity.Runtime
public void RpcToOtherMembers( string rpcName, RpcSuccessEventHandler successHandler, FailureEventHandler failureHandler, params Object[] args )
RequestTimeout | Server did not respond within the specified timeout interval. |
NotRoomMember | You're trying to send an RPC message while not being joined to a room. |
ConnectionError | Failed to send the request because of a connection error. |
ReplicaNotSynchronized | The object is not being synchronized over the network. |
MessageLimitReached | The object is not being synchronized over the network. |