C# 클래스 UnityShip.ShipNetworkBuffer, casanova-mk2

파일 보기 프로젝트 열기: vs-team/casanova-mk2

공개 프로퍼티들

프로퍼티 타입 설명
NetworkContext UnityShip>.Dictionary
client NetClient
manager UnityNetworkManager

공개 메소드들

메소드 설명
ShipNetworkBuffer ( bool local ) : UnityEngine
addOrUpdate ( UnityShip, s ) : void
networkUpdate ( UnityShip, s ) : void
testAdd ( UnityShip, s, int i ) : void

메소드 상세

ShipNetworkBuffer() 공개 메소드

public ShipNetworkBuffer ( bool local ) : UnityEngine
local bool
리턴 UnityEngine

addOrUpdate() 공개 정적인 메소드

public static addOrUpdate ( UnityShip, s ) : void
s UnityShip,
리턴 void

networkUpdate() 공개 메소드

public networkUpdate ( UnityShip, s ) : void
s UnityShip,
리턴 void

testAdd() 공개 정적인 메소드

public static testAdd ( UnityShip, s, int i ) : void
s UnityShip,
i int
리턴 void

프로퍼티 상세

NetworkContext 공개적으로 정적으로 프로퍼티

public static Dictionary NetworkContext
리턴 UnityShip>.Dictionary

client 공개적으로 프로퍼티

public NetClient client
리턴 NetClient

manager 공개적으로 프로퍼티

public UnityNetworkManager manager
리턴 UnityNetworkManager