C# Class LiteNetLib.Layers.PacketLayerBase

显示文件 Open project: Unity-Technologies/mlapi-community-contributions

Public Properties

Property Type Description
ExtraPacketSizeForLayer int

Public Methods

Method Description
ProcessInboundPacket ( Array &data, int &length ) : void
ProcessOutBoundPacket ( Array &data, int &offset, int &length ) : void

Protected Methods

Method Description
PacketLayerBase ( int extraPacketSizeForLayer )

Method Details

PacketLayerBase() protected method

protected PacketLayerBase ( int extraPacketSizeForLayer )
extraPacketSizeForLayer int

ProcessInboundPacket() public abstract method

public abstract ProcessInboundPacket ( Array &data, int &length ) : void
data Array
length int
return void

ProcessOutBoundPacket() public abstract method

public abstract ProcessOutBoundPacket ( Array &data, int &offset, int &length ) : void
data Array
offset int
length int
return void

Property Details

ExtraPacketSizeForLayer public_oe property

public int ExtraPacketSizeForLayer
return int