Click or drag to resize

BitReaderReadVector2Packed Method

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

Read a Vector2 from the stream.

Namespace:  MLAPI.Serialization
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Vector2 ReadVector2Packed()
Request Example View Source

Return Value

Type: Vector2
The Vector2 read from the stream.
See Also