Click or drag to resize

BitWriterWriteRayPacked Method

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

Convenience method that writes two 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 WriteRayPacked(
	Ray ray
)
Request Example View Source

Parameters

ray
Type: Ray
Ray to write
See Also