Click or drag to resize

NetworkProfilerTicks Property

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

The ticks that has been recorded

Namespace:  MLAPI.Profiling
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static FixedQueue<ProfilerTick> Ticks { get; }
Request Example View Source

Property Value

Type: FixedQueueProfilerTick
See Also