StrixBehaviour Methods |
The StrixBehaviour type exposes the following members.
Name | Description | |
---|---|---|
![]() | CacheSyncFields | |
![]() ![]() | OnStrixDeserialize |
This method is called when Strix deserialization is performed.
|
![]() ![]() | OnStrixSerialize |
This method is called when Strix serialization is performed.
|
![]() ![]() | Rpc(String, Object) |
Calls an RPC on the room member who owns the object.
|
![]() | Rpc(UID, String, Object) |
Calls an RPC on a room member specified by UID.
|
![]() ![]() | Rpc(String, RpcSuccessEventHandler, FailureEventHandler, Object) |
Calls an RPC on the room member who owns the object.
|
![]() | Rpc(UID, String, RpcSuccessEventHandler, FailureEventHandler, Object) |
Calls an RPC on a room member specified by UID.
|
![]() ![]() | RpcToAll(String, Object) |
Calls an RPC on all the clients in the match room including self.
|
![]() ![]() | RpcToAll(String, RpcSuccessEventHandler, FailureEventHandler, Object) |
Calls an RPC on all the clients in the match room including self.
|
![]() | RpcToOtherMembers(String, Object) |
Calls an RPC on all the clients in the match room except for this one.
|
![]() | RpcToOtherMembers(String, RpcSuccessEventHandler, FailureEventHandler, Object) |
Calls an RPC on all the clients in the match room except for this one.
|
![]() | RpcToRoomOwner(String, Object) |
Calls an RPC on the room owner.
|
![]() | RpcToRoomOwner(String, RpcSuccessEventHandler, FailureEventHandler, Object) |
Calls an RPC on the room owner.
|