Method StaticInitialize
StaticInitialize(byte*, int, NetworkSettings)
Initialize the static storage for the pipeline from the settings. More importantly, this method is responsible for providing the NetworkPipelineStage structure, which contains function pointers for most of the pipeline stage functionality.
Declaration
public NetworkPipelineStage StaticInitialize(byte* staticInstanceBuffer, int staticInstanceBufferLength, NetworkSettings netParams)
Parameters
| Type | Name | Description |
|---|---|---|
| byte* | staticInstanceBuffer | Static storage pointer. |
| int | staticInstanceBufferLength | Static storage length. |
| NetworkSettings | netParams |
Returns
| Type | Description |
|---|---|
| NetworkPipelineStage | Runtime information for a pipeline instance. |