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 © 2021 Unity Technologies
    Generated by DocFX
    on Thursday, December 2, 2021
    Terms of use