![]() |
Public Attributes | |
bool | HighLossMode = false |
Accumulator | BytesIn = new Accumulator() |
Accumulator | BytesOut = new Accumulator() |
Accumulator | SnapshotSize = new Accumulator() |
Protected Member Functions | |
void | Send () |
Protected Attributes | |
bool | HasReceivedLastFragment = false |
int | FragmentsCount = 0 |
byte[] | BytesBuffer = new byte[NetickConfig.DATA_BUFFER_SIZE] |
NetickBuffer | Buffer = new NetickBuffer(1500) |
double | LastPacketRecvDelta |
Properties | |
object | UserObject [get, set] |
int | Id [get] |
bool | IsConnected = false [get, set] |
NetickConnection | TransportConnection [get, set] |
IPEndPoint | EndPoint [get] |
string | Ip [get] |
![]() | |
GameObject | PlayerObject [get, set] |
|
protected |
|
protected |
|
protected |
Accumulator Netick.NetworkConnection.BytesIn = new Accumulator() |
Accumulator Netick.NetworkConnection.BytesOut = new Accumulator() |
|
protected |
|
protected |
bool Netick.NetworkConnection.HighLossMode = false |
|
protected |
Accumulator Netick.NetworkConnection.SnapshotSize = new Accumulator() |
|
get |
|
get |
|
get |
|
getset |
|
getset |
|
getset |
Use this to associate an object with this sandbox.