Struct NetworkPipelineContext | Unity Transport | 0.3.1-preview.4
docs.unity.cn
    Show / Hide Table of Contents

    Struct NetworkPipelineContext

    Namespace: Unity.Networking.Transport
    Syntax
    public struct NetworkPipelineContext

    Fields

    header

    Declaration
    public DataStreamWriter header
    Field Value
    Type Description
    DataStreamWriter

    internalProcessBuffer

    Declaration
    public byte *internalProcessBuffer
    Field Value
    Type Description
    Byte*

    internalProcessBufferLength

    Declaration
    public int internalProcessBufferLength
    Field Value
    Type Description
    Int32

    internalSharedProcessBuffer

    Declaration
    public byte *internalSharedProcessBuffer
    Field Value
    Type Description
    Byte*

    internalSharedProcessBufferLength

    Declaration
    public int internalSharedProcessBufferLength
    Field Value
    Type Description
    Int32

    staticInstanceBuffer

    Declaration
    public byte *staticInstanceBuffer
    Field Value
    Type Description
    Byte*

    staticInstanceBufferLength

    Declaration
    public int staticInstanceBufferLength
    Field Value
    Type Description
    Int32

    timestamp

    Declaration
    public long timestamp
    Field Value
    Type Description
    Int64
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX