C# Class GoogleARCore.Examples.CloudAnchors.CloudAnchorsNetworkManager

A NetworkManager that handles client connection and disconnection with customizable actions.
Inheritance: NetworkManager
Afficher le fichier Open project: wuyt/Nanami Class Usage Examples

Méthodes publiques

Méthode Description
OnClientConnect ( NetworkConnection conn ) : void

Called on the client when connected to a server.

OnClientDisconnect ( NetworkConnection conn ) : void

Called on the client when disconnected from a server.

Method Details

OnClientConnect() public méthode

Called on the client when connected to a server.
public OnClientConnect ( NetworkConnection conn ) : void
conn NetworkConnection Connection to the server.
Résultat void

OnClientDisconnect() public méthode

Called on the client when disconnected from a server.
public OnClientDisconnect ( NetworkConnection conn ) : void
conn NetworkConnection Connection to the server.
Résultat void