C# 클래스 Fusion.Engine.Server.NetConnExt.ClientState

파일 보기 프로젝트 열기: demiurghg/FusionEngine

공개 프로퍼티들

프로퍼티 타입 설명
ClientGuid System.Guid
CommandCounter uint
CommandID uint
RequestSnapshot bool
SnapshotID uint
UserInfo string

공개 메소드들

메소드 설명
ClientState ( System.Guid clientGuid, string userInfo ) : System

메소드 상세

ClientState() 공개 메소드

public ClientState ( System.Guid clientGuid, string userInfo ) : System
clientGuid System.Guid
userInfo string
리턴 System

프로퍼티 상세

ClientGuid 공개적으로 프로퍼티

public Guid,System ClientGuid
리턴 System.Guid

CommandCounter 공개적으로 프로퍼티

public uint CommandCounter
리턴 uint

CommandID 공개적으로 프로퍼티

public uint CommandID
리턴 uint

RequestSnapshot 공개적으로 프로퍼티

public bool RequestSnapshot
리턴 bool

SnapshotID 공개적으로 프로퍼티

public uint SnapshotID
리턴 uint

UserInfo 공개적으로 프로퍼티

public string UserInfo
리턴 string