docs.unity.cn
    Show / Hide Table of Contents

    Method Deserialize

    Deserialize(Byte[])

    Deserializes event from a byte array created by the UnityEngine.ResourceManagement.Diagnostics.DiagnosticEvent.Serialize method

    Declaration
    public static DiagnosticEvent Deserialize(byte[] data)
    Parameters
    Type Name Description
    Byte[] data

    Serialized data

    Returns
    Type Description
    DiagnosticEvent

    Deserialized DiagnosticEvent struct

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