docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct InboundRecvBuffer

    Buffer passed to the Receive method of a pipeline stage. This type is only useful if implementing a custom INetworkPipelineStage.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Networking.Transport
    Assembly: Unity.Networking.Transport.dll
    Syntax
    public struct InboundRecvBuffer

    Fields

    buffer

    Declaration
    public byte* buffer
    Field Value
    Type Description
    byte*

    bufferLength

    Declaration
    public int bufferLength
    Field Value
    Type Description
    int

    Methods

    Slice(int)

    Declaration
    public InboundRecvBuffer Slice(int offset)
    Parameters
    Type Name Description
    int offset
    Returns
    Type Description
    InboundRecvBuffer
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)