docs.unity.cn
    Show / Hide Table of Contents

    Constructor DiagnosticEvent

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

    DiagnosticEvent constructor

    Declaration
    public DiagnosticEvent(string graph, string name, int id, int stream, int frame, int value, int[] deps)
    Parameters
    Type Name Description
    String graph

    Graph id.

    String name

    Event name.

    Int32 id

    Event id.

    Int32 stream

    Stream index.

    Int32 frame

    Frame number.

    Int32 value

    Event value.

    Int32[] deps

    Array of dependency event ids.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, March 4, 2022
    Terms of use