Click or drag to resize

StrixBehaviour Methods

The StrixBehaviour type exposes the following members.

Methods
  NameDescription
Protected methodCacheSyncFields
Public methodCode exampleOnStrixDeserialize
This method is called when Strix deserialization is performed.
Public methodCode exampleOnStrixSerialize
This method is called when Strix serialization is performed.
Public methodCode exampleRpc(String, Object)
Calls an RPC on the room member who owns the object.
Public methodRpc(UID, String, Object)
Calls an RPC on a room member specified by UID.
Public methodCode exampleRpc(String, RpcSuccessEventHandler, FailureEventHandler, Object)
Calls an RPC on the room member who owns the object.
Public methodRpc(UID, String, RpcSuccessEventHandler, FailureEventHandler, Object)
Calls an RPC on a room member specified by UID.
Public methodCode exampleRpcToAll(String, Object)
Calls an RPC on all the clients in the match room including self.
Public methodCode exampleRpcToAll(String, RpcSuccessEventHandler, FailureEventHandler, Object)
Calls an RPC on all the clients in the match room including self.
Public methodRpcToOtherMembers(String, Object)
Calls an RPC on all the clients in the match room except for this one.
Public methodRpcToOtherMembers(String, RpcSuccessEventHandler, FailureEventHandler, Object)
Calls an RPC on all the clients in the match room except for this one.
Public methodRpcToRoomOwner(String, Object)
Calls an RPC on the room owner.
Public methodRpcToRoomOwner(String, RpcSuccessEventHandler, FailureEventHandler, Object)
Calls an RPC on the room owner.
Top
See Also