docs.unity.cn
    Show / Hide Table of Contents

    Namespace Unity.Networking.Transport.Utilities

    Classes

    FragmentationStageParameterExtensions

    Extensions for FragmentationUtility.Parameters.

    ReliableStageParameterExtensions

    Extensions for ReliableUtility.Parameters.

    SimulatorStageParameterExtensions

    Extensions for SimulatorUtility.Parameters.

    SimulatorUtility

    Utility types for the SimulatorPipelineStage.

    Structs

    FragmentationUtility

    Utility types for the FragmentationPipelineStage.

    FragmentationUtility.Parameters

    Parameters for the FragmentationPipelineStage.

    ReliableUtility

    Utility types, methods, and constants for the ReliableSequencedPipelineStage.

    ReliableUtility.Parameters

    Parameters for the ReliableSequencedPipelineStage.

    ReliableUtility.RTTInfo

    RTT (round-trip time) information tracked internally by the reliable pipeline stage. Can be read from the ReliableUtility.SharedContext, which itself can be obtained through the GetPipelineBuffers(NetworkPipeline, NetworkPipelineStageId, NetworkConnection, out NativeArray<Byte>, out NativeArray<Byte>, out NativeArray<Byte>) method.

    ReliableUtility.SharedContext

    Context shared by both the send and receive direction of the reliable pipeline. Can be obtained through the last parameter of GetPipelineBuffers(NetworkPipeline, NetworkPipelineStageId, NetworkConnection, out NativeArray<Byte>, out NativeArray<Byte>, out NativeArray<Byte>).

    ReliableUtility.Statistics

    Statistics tracked internally by the reliable pipeline stage.

    SimulatorUtility.Parameters

    Configuration parameters for the simulator pipeline stage.

    Enums

    ApplyMode

    Denotes whether or not the SimulatorPipelineStage should apply to sent or received packets (or both).

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, June 1, 2023