write
Writes one or more 3D vectors to the buffer.
Parameters
one or more 3D vectors of type Vector3 to be written
Writes the provided byte value to the buffer.
Parameters
the byte value to be written
Writes the provided 16-bit short integer to the buffer.
Parameters
the 16-bit short integer value to be written
Writes the provided 3D vector to the buffer.
Parameters
the 3D vector to be written
Writes the provided 2D vector to the buffer.
Parameters
the 2D vector to be written
Writes the provided 4D vector to the buffer.
Parameters
the 4D vector to be written
Writes the provided integer value to the buffer.
Parameters
the integer value to be written
Writes the provided 2D integer vector to the buffer.
Parameters
the 2D integer vector to be written
Writes the provided 3D integer vector to the buffer.
Parameters
the 3D integer vector to be written
Writes the provided 4D integer vector to the buffer.
Parameters
the 4D integer vector to be written
Writes a 3x3 matrix to the buffer.
Parameters
the 3x3 matrix to be written
Writes the provided 4x4 matrix to the buffer.
Parameters
the 4x4 matrix to be written
Writes the provided floating-point value to the buffer.
Parameters
the floating-point value to be written
Writes two floating-point values to the buffer.
Parameters
the first floating-point value to be written
the second floating-point value to be written
Writes three floating-point values to the buffer.
Parameters
the first floating-point value to be written
the second floating-point value to be written
the third floating-point value to be written
Writes four floating-point values to the buffer.
Parameters
the first floating-point value to be written
the second floating-point value to be written
the third floating-point value to be written
the fourth floating-point value to be written
Writes the provided color value to the buffer.
Parameters
the color value of type ColorRGBa to be written
Writes the specified portion of the provided float array to the buffer starting at the given offset.
Parameters
the float array to be written
the starting index in the float array, default is 0
the number of elements to write from the float array, default is the size of the array