C# Class Fusion.Engine.Client.JitterBuffer.BufferedSnapshot

ファイルを表示 Open project: demiurghg/FusionEngine

Public Properties

Property Type Description
AckCmdID uint
ServerTicks long
SnapshotData byte[]

Public Methods

Method Description
BufferedSnapshot ( byte snapshotData, uint ackCmdID, long serverTicks ) : System

Method Details

BufferedSnapshot() public method

public BufferedSnapshot ( byte snapshotData, uint ackCmdID, long serverTicks ) : System
snapshotData byte
ackCmdID uint
serverTicks long
return System

Property Details

AckCmdID public_oe property

public uint AckCmdID
return uint

ServerTicks public_oe property

public long ServerTicks
return long

SnapshotData public_oe property

public byte[] SnapshotData
return byte[]