Struct DiagnosticEvent | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Struct DiagnosticEvent

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: UnityEngine.ResourceManagement.Diagnostics
    Syntax
    public struct DiagnosticEvent

    Constructors

    DiagnosticEvent(String, String, String, Int32, Int32, Int32, Byte[])

    Declaration
    public DiagnosticEvent(string graph, string parent, string id, int stream, int frame, int value, byte[] data)
    Parameters
    Type Name Description
    System.String graph
    System.String parent
    System.String id
    System.Int32 stream
    System.Int32 frame
    System.Int32 value
    System.Byte[] data

    Properties

    Data

    Declaration
    public byte[] Data { get; }
    Property Value
    Type Description
    System.Byte[]

    EventId

    Declaration
    public string EventId { get; }
    Property Value
    Type Description
    System.String

    Frame

    Declaration
    public int Frame { get; }
    Property Value
    Type Description
    System.Int32

    Graph

    Declaration
    public string Graph { get; }
    Property Value
    Type Description
    System.String

    Parent

    Declaration
    public string Parent { get; }
    Property Value
    Type Description
    System.String

    Stream

    Declaration
    public int Stream { get; }
    Property Value
    Type Description
    System.Int32

    Value

    Declaration
    public int Value { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    Deserialize(Byte[])

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

    Serialize()

    Declaration
    public byte[] Serialize()
    Returns
    Type Description
    System.Byte[]
    Back to top
    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