C# 클래스 NetWrok.Request

파일 보기 프로젝트 열기: simonwittber/netwrok-client 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
id string
isDone bool

공개 메소드들

메소드 설명
Request ( Connection connection, Message msg ) : System.Collections
Wait ( ) : Coroutine

비공개 메소드들

메소드 설명
_Wait ( ) : IEnumerator

메소드 상세

Request() 공개 메소드

public Request ( Connection connection, Message msg ) : System.Collections
connection Connection
msg Message
리턴 System.Collections

Wait() 공개 메소드

public Wait ( ) : Coroutine
리턴 UnityEngine.Coroutine

프로퍼티 상세

id 공개적으로 프로퍼티

public string id
리턴 string

isDone 공개적으로 프로퍼티

public bool isDone
리턴 bool