C# 클래스 GoogleARCore.Examples.CloudAnchors.CloudAnchorsNetworkManager

A NetworkManager that handles client connection and disconnection with customizable actions.
상속: NetworkManager
파일 보기 프로젝트 열기: wuyt/Nanami 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

OnClientConnect() 공개 메소드

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

OnClientDisconnect() 공개 메소드

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