Click or drag to resize

NetworkProfilerStart Method

[This is preliminary documentation and is subject to change.]

Starts recording data for the Profiler

Namespace:  MLAPI.Profiling
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void Start(
	int historyLength
)
Request Example View Source

Parameters

historyLength
Type: SystemInt32
The amount of ticks to keep in memory
See Also