C# Class UnityShip.ShipNetworkBuffer, casanova-mk2

Exibir arquivo Open project: vs-team/casanova-mk2

Public Properties

Property Type Description
NetworkContext UnityShip>.Dictionary
client NetClient
manager UnityNetworkManager

Public Methods

Method Description
ShipNetworkBuffer ( bool local ) : UnityEngine
addOrUpdate ( UnityShip, s ) : void
networkUpdate ( UnityShip, s ) : void
testAdd ( UnityShip, s, int i ) : void

Method Details

ShipNetworkBuffer() public method

public ShipNetworkBuffer ( bool local ) : UnityEngine
local bool
return UnityEngine

addOrUpdate() public static method

public static addOrUpdate ( UnityShip, s ) : void
s UnityShip,
return void

networkUpdate() public method

public networkUpdate ( UnityShip, s ) : void
s UnityShip,
return void

testAdd() public static method

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

Property Details

NetworkContext public_oe static_oe property

public static Dictionary NetworkContext
return UnityShip>.Dictionary

client public_oe property

public NetClient client
return NetClient

manager public_oe property

public UnityNetworkManager manager
return UnityNetworkManager