com.onlineobject.objectnet Namespace

Vector3Stream..::..Read Method

Reads Vector3 data from the byte buffer at the specified offset.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public Vector3 Read(

	byte[] buffer,

	ref int offset

)

Parameters

buffer
Type: array<Byte>[]()[][]
The byte buffer to read from.
offset
Type: Int32%
The offset in the buffer to start reading from.

Return Value

The Vector3 data read from the buffer.