C# 클래스 EECloud.PlayerIO.Connection

A connection to a running Player.IO multiplayer room.
파일 보기 프로젝트 열기: TeamEEDev/EECloud.PlayerIO

공개 메소드들

메소드 설명
Connection ( EECloud.PlayerIO.ServerEndpoint endpoint, string joinKey )
Disconnect ( ) : void

메소드 상세

Connection() 공개 메소드

public Connection ( EECloud.PlayerIO.ServerEndpoint endpoint, string joinKey )
endpoint EECloud.PlayerIO.ServerEndpoint
joinKey string

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void