com.onlineobject.objectnet Namespace

Vector3Stream..::..Write Method

Writes the Vector3 data to the byte buffer at the specified offset.

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

Syntax


public int Write(

	Vector3 data,

	ref byte[] buffer,

	ref int offset

)

Parameters

data
Type: Vector3
The Vector3 data to write.
buffer
Type: array<Byte>[]()[][]%
The byte buffer to write to.
offset
Type: Int32%
The offset in the buffer to start writing at.

Return Value

The number of bytes written to the buffer.