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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
void ProfilerBegin(
	string name,
	int color,
	string filePath,
	int line
)

Parameters

name
Type: SystemString
The name of the region.
color
Type: SystemInt32
The color of the region.
filePath
Type: SystemString
The path of the source file containing the region.
line
Type: SystemInt32
The line number on which the region was started.
See Also