docs.unity.cn
    Show / Hide Table of Contents

    Class LoggingParameterExtensions

    Extension methods related to LoggingParameter.

    Inheritance
    Object
    LoggingParameterExtensions
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Networking.Transport.Logging
    Syntax
    public static class LoggingParameterExtensions

    Methods

    WithLoggingParameters(ref NetworkSettings, FixedString32Bytes)

    Sets the in the settings.

    Declaration
    public static ref NetworkSettings WithLoggingParameters(this ref NetworkSettings settings, FixedString32Bytes driverName)
    Parameters
    Type Name Description
    NetworkSettings settings

    Settings to modify.

    FixedString32Bytes driverName

    Label to use for this driver in the logs.

    Returns
    Type Description
    NetworkSettings

    Settings structure with modified values.

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