docs.unity.cn
    Show / Hide Table of Contents

    Method GetSystemProfilerMarkerName

    GetSystemProfilerMarkerName(World, SystemHandle)

    Returns the name used for the profiler marker of the passed system. This is useful for inspecting profiling data using the ProfilerRecorder API.

    Declaration
    public static string GetSystemProfilerMarkerName(World world, SystemHandle system)
    Parameters
    Type Name Description
    World world

    The world to query.

    SystemHandle system

    The system within the world to query.

    Returns
    Type Description
    String

    The marker name as a string

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