StrixBehaviour Class |
Namespace: SoftGear.Strix.Unity.Runtime
public abstract class StrixBehaviour : MonoBehaviour
The StrixBehaviour type exposes the following members.
Name | Description | |
---|---|---|
StrixBehaviour | Initializes a new instance of the StrixBehaviour class |
Name | Description | |
---|---|---|
isLocal | if you are the owner of the object; otherwise.
| |
isSync | if you are the owner of the object and the object is being synchronized over network; otherwise.
| |
strixReplicator |
Reference to a StrixReplicator this StrixBehaviour is registered with.
|
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.
|
Name | Description | |
---|---|---|
syncFields |