TrueSync
|
PhotonTrueSyncCommunicator.cs
43 lastEventCallback = delegate (byte eventCode, object content, int senderId) { onEventReceived(eventCode, content); };
int RoundTripTime()
Returns the roundtrip time between local player and server.
Definition: PhotonTrueSyncCommunicator.cs:23
void AddEventListener(OnEventReceived onEventReceived)
Adds an event listener to handle received custom events.
Definition: PhotonTrueSyncCommunicator.cs:38
Truesync's ICommunicator implementation based on PUN.
Definition: PhotonTrueSyncCommunicator.cs:8
void OpRaiseEvent(byte eventCode, object message, bool reliable, int[] toPlayers)
Raises a custom event to be sent to all other players.
Definition: PhotonTrueSyncCommunicator.cs:27
Definition: LayerCollisionMatrix.cs:3
Generated by
