Click or drag to resize

ProfilerTickSerializeToStream Method

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

Writes the current ProfilerTick to the stream

Namespace:  MLAPI.Profiling
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SerializeToStream(
	Stream stream
)
Request Example View Source

Parameters

stream
Type: System.IOStream
The stream containing
See Also