docs.unity3d.com
    Show / Hide Table of Contents

    Struct SoakClientJob

    Namespace: Unity.Networking.Transport.Samples
    Syntax
    public struct SoakClientJob : IJob

    Fields

    connection

    Declaration
    public NativeArray<NetworkConnection> connection
    Field Value
    Type Description
    NativeArray<NetworkConnection>

    deltaTime

    Declaration
    public double deltaTime
    Field Value
    Type Description
    Double

    driver

    Declaration
    public NetworkDriver driver
    Field Value
    Type Description
    NetworkDriver

    fixedTime

    Declaration
    public float fixedTime
    Field Value
    Type Description
    Single

    frameId

    Declaration
    public int frameId
    Field Value
    Type Description
    Int32

    jobContext

    Declaration
    public NativeArray<SoakJobContext> jobContext
    Field Value
    Type Description
    NativeArray<SoakJobContext>

    jobStatistics

    Declaration
    public NativeArray<SoakStatisticsPoint> jobStatistics
    Field Value
    Type Description
    NativeArray<SoakStatisticsPoint>

    packetData

    Declaration
    public NativeArray<byte> packetData
    Field Value
    Type Description
    NativeArray<Byte>

    pendingSoaks

    Declaration
    public NativeArray<SoakMessage> pendingSoaks
    Field Value
    Type Description
    NativeArray<SoakMessage>

    pipeline

    Declaration
    public NetworkPipeline pipeline
    Field Value
    Type Description
    NetworkPipeline

    reliableStageId

    Declaration
    public NetworkPipelineStageId reliableStageId
    Field Value
    Type Description
    NetworkPipelineStageId

    simulatorStageId

    Declaration
    public NetworkPipelineStageId simulatorStageId
    Field Value
    Type Description
    NetworkPipelineStageId

    timestamp

    Declaration
    public long timestamp
    Field Value
    Type Description
    Int64

    Methods

    Execute()

    Declaration
    public void Execute()

    SendPacket(ref SoakStatisticsPoint, ref SoakJobContext)

    Declaration
    public void SendPacket(ref SoakStatisticsPoint stats, ref SoakJobContext ctx)
    Parameters
    Type Name Description
    SoakStatisticsPoint stats
    SoakJobContext ctx
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023