docs.unity3d.com
    Show / Hide Table of Contents

    Class QosStatsResult

    Inheritance
    Object
    QosStatsResult
    Namespace: Unity.Networking.QoS
    Syntax
    public class QosStatsResult

    Constructors

    QosStatsResult(UInt32, Single)

    Declaration
    public QosStatsResult(uint latencyMs, float packetLoss)
    Parameters
    Type Name Description
    UInt32 latencyMs
    Single packetLoss

    Properties

    LatencyMs

    Declaration
    public uint LatencyMs { get; set; }
    Property Value
    Type Description
    UInt32

    PacketLoss

    Declaration
    public float PacketLoss { get; set; }
    Property Value
    Type Description
    Single

    Methods

    IsValid()

    Declaration
    [Obsolete("It is no longer possible to submit invalid results to QosStats, making this method superfluous.")]
    public bool IsValid()
    Returns
    Type Description
    Boolean
    Back to top
    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