Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetCategoryInfo(ushort)

Gets the Profiler category information for a given category ID.
Read time 1 minuteLast updated 12 days ago

Definition

public ProfilerCategoryInfo GetCategoryInfo(ushort id)

Parameters

The ID for the Category.

Returns

Type

Description

ProfilerCategoryInfoReturns a ProfilerCategoryInfo struct based on the supplied ID. If the ID doesn't exist, an exception is thrown.