docs.unity.cn
    Show / Hide Table of Contents

    Struct NetworkPipelineContext

    Current context of a pipeline stage instance. This type is only useful if implementing a custom INetworkPipelineStage, where it will get passed to the send and receive methods of the pipeline.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Unity.Networking.Transport
    Syntax
    public struct NetworkPipelineContext

    Fields

    accumulatedHeaderCapacity

    Declaration
    public int accumulatedHeaderCapacity
    Field Value
    Type Description
    Int32

    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 © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, June 1, 2023