class in UnityEngine.Networking
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseContainer class for networking system built-in message types.
AddPlayer | Internal networking system message for adding player objects to client instances. |
Animation | Internal networking system message for sending synchronizing animation state. |
AnimationParameters | Internal networking system message for sending synchronizing animation parameter state. |
AnimationTrigger | Internal networking system message for sending animation triggers. |
Command | Internal networking system message for sending a command from client to server. |
Connect | Internal networking system message for communicating a connection has occurred. |
CRC | Internal networking system message for HLAPI CRC checking. |
Disconnect | Internal networking system message for communicating a disconnect has occurred. |
Error | Internal networking system message for communicating an error. |
Fragment | Internal networking system message for identifying fragmented packets. |
Highest | The highest value of built-in networking system message ids. User messages must be above this value. |
InternalHighest | The highest value of internal networking system message ids. User messages must be above this value. User code cannot replace these handlers. |
LobbyAddPlayerFailed | Internal networking system message for communicating failing to add lobby player. |
LobbyReadyToBegin | Internal networking system message for communicating a player is ready in the lobby. |
LobbyReturnToLobby | Internal networking system messages used to return the game to the lobby scene. |
LobbySceneLoaded | Internal networking system message for communicating a lobby player has loaded the game scene. |
LocalChildTransform | Internal networking system message for sending tranforms for client object from client to server. |
LocalClientAuthority | Internal networking system message for setting authority to a client for an object. |
LocalPlayerTransform | Internal networking system message for sending tranforms from client to server. |
NetworkInfo | Internal networking system message for sending information about network peers to clients. |
NotReady | Internal networking system message for server to tell clients they are no longer ready. |
ObjectDestroy | Internal networking system message for destroying objects. |
ObjectHide | Internal networking system message for hiding objects. |
ObjectSpawn | Internal networking system message for spawning objects. |
ObjectSpawnScene | Internal networking system message for spawning scene objects. |
Owner | Internal networking system message for telling clients they own a player object. |
PeerClientAuthority | Internal networking system message for sending information about changes in authority for non-player objects to clients. |
Ready | Internal networking system message for clients to tell server they are ready. |
ReconnectPlayer | Internal networking system message used when a client connects to the new host of a game. |
RemovePlayer | Internal networking system message for removing a player object which was spawned for a client. |
Rpc | Internal networking system message for sending a ClientRPC from server to client. |
Scene | Internal networking system message that tells clients which scene to load when they connect to a server. |
SpawnFinished | Internal networking system messages used to tell when the initial contents of a scene is being spawned. |
SyncEvent | Internal networking system message for sending a SyncEvent from server to client. |
SyncList | Internal networking system message for sending a USyncList generic list. |
UpdateVars | Internal networking system message for updating SyncVars on a client from a server. |
MsgTypeToString | Returns the name of internal message types by their id. |
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thanks for helping to make the Unity documentation better!