Struct NullPipelineStage
The NullPipelineStage is the default pipeline stage and used to send packets unreliably
Syntax
[BurstCompile]
public struct NullPipelineStage : INetworkPipelineStage
Properties
StaticSize
Declaration
public readonly int StaticSize { get; }
Property Value
Implements
Methods
StaticInitialize(Byte*, Int32, NetworkSettings)
Declaration
public NetworkPipelineStage StaticInitialize(byte *staticInstanceBuffer, int staticInstanceBufferLength, NetworkSettings netParams)
Parameters
Returns
Implements