Click or drag to resize

ICallbackHandlerProfilerBegin Method

Called when a profiling region is entered.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
void ProfilerBegin(
	string name,
	int color,
	string filePath,
	int line
)

Parameters

name  String
The name of the region.
color  Int32
The color of the region.
filePath  String
The path of the source file containing the region.
line  Int32
The line number on which the region was started.
See Also