docs.unity.cn
    Show / Hide Table of Contents

    Struct LoggingParameter

    Parameters related to how UTP logs messages. Currently unused.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Unity.Networking.Transport.Logging
    Syntax
    public struct LoggingParameter : INetworkParameter

    Fields

    DriverName

    Label to use for this driver in the logs.

    Declaration
    public FixedString32Bytes DriverName
    Field Value
    Type Description
    FixedString32Bytes

    Label as a fixed-length string.

    Methods

    Validate()

    Checks if the values for all fields are valid. This method will be automatically called when adding parameters to the NetworkSettings.

    Declaration
    public bool Validate()
    Returns
    Type Description
    Boolean

    True if the parameter is valid, false otherwise.

    Implements
    INetworkParameter.Validate()
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, June 1, 2023