C# Class GoogleARCore.Examples.CloudAnchors.CloudAnchorsNetworkManager

A NetworkManager that handles client connection and disconnection with customizable actions.
Inheritance: NetworkManager
ファイルを表示 Open project: wuyt/Nanami Class Usage Examples

Public Methods

Method 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 method

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

OnClientDisconnect() public method

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