Search Results for

    Show / Hide Table of Contents

    Class Batcher

    Inheritance
    Object
    Batcher
    Namespace: Mirror
    Assembly: doc.dll
    Syntax
    public class Batcher : object

    Constructors

    | Improve this Doc View Source

    Batcher(Int32)

    Declaration
    public Batcher(int threshold)
    Parameters
    Type Name Description
    Int32 threshold

    Fields

    | Improve this Doc View Source

    HeaderSize

    Declaration
    public const int HeaderSize = null
    Field Value
    Type Description
    Int32

    Methods

    | Improve this Doc View Source

    AddMessage(ArraySegment<Byte>, Double)

    Declaration
    public void AddMessage(ArraySegment<byte> message, double timeStamp)
    Parameters
    Type Name Description
    ArraySegment<Byte> message
    Double timeStamp
    | Improve this Doc View Source

    GetBatch(NetworkWriter)

    Declaration
    public bool GetBatch(NetworkWriter writer)
    Parameters
    Type Name Description
    NetworkWriter writer
    Returns
    Type Description
    Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX