Click or drag to resize

BitWriterWriteRay Method

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

Convenience method that writes two non-packed Vector3 from the ray to the stream

Namespace:  MLAPI.Serialization
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void WriteRay(
	Ray ray
)
Request Example View Source

Parameters

ray
Type: Ray
Ray to write
See Also