docs.unity3d.com
    Show / Hide Table of Contents

    Struct NetDebug

    Namespace: Unity.NetCode
    Syntax
    public struct NetDebug

    Properties

    LogLevel

    Declaration
    public NetDebug.LogLevelType LogLevel { get; set; }
    Property Value
    Type Description
    NetDebug.LogLevelType

    Methods

    DebugLog(in FixedString512Bytes)

    Declaration
    public void DebugLog(in FixedString512Bytes msg)
    Parameters
    Type Name Description
    FixedString512Bytes msg

    Dispose()

    Declaration
    public void Dispose()

    GetAndCreateLogFolder()

    Declaration
    public static string GetAndCreateLogFolder()
    Returns
    Type Description
    String

    Initialize()

    Declaration
    public void Initialize()

    Log(in FixedString512Bytes)

    Declaration
    public void Log(in FixedString512Bytes msg)
    Parameters
    Type Name Description
    FixedString512Bytes msg

    LogError(in FixedString512Bytes)

    Declaration
    public void LogError(in FixedString512Bytes msg)
    Parameters
    Type Name Description
    FixedString512Bytes msg

    LogFolderForPlatform()

    Declaration
    public static string LogFolderForPlatform()
    Returns
    Type Description
    String

    LogWarning(in FixedString512Bytes)

    Declaration
    public void LogWarning(in FixedString512Bytes msg)
    Parameters
    Type Name Description
    FixedString512Bytes msg

    PrintHex(UInt32)

    Declaration
    public static FixedString32Bytes PrintHex(uint value)
    Parameters
    Type Name Description
    UInt32 value
    Returns
    Type Description
    FixedString32Bytes

    PrintHex(UInt64)

    Declaration
    public static FixedString32Bytes PrintHex(ulong value)
    Parameters
    Type Name Description
    UInt64 value
    Returns
    Type Description
    FixedString32Bytes

    PrintHex(UInt64, Int32)

    Declaration
    public static FixedString32Bytes PrintHex(ulong value, int bitSize)
    Parameters
    Type Name Description
    UInt64 value
    Int32 bitSize
    Returns
    Type Description
    FixedString32Bytes

    PrintMask(UInt32)

    Declaration
    public static FixedString64Bytes PrintMask(uint mask)
    Parameters
    Type Name Description
    UInt32 mask
    Returns
    Type Description
    FixedString64Bytes
    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