BBMOD_Quaternion.FromBuffer

A function defined in BBMOD_Quaternion.gml

FromBuffer(_buffer, _type)

Description

Loads quaternion components (x, y, z, w) from a buffer.

Arguments

Name Type Description
_buffer Id.Buffer The buffer to read the quaternion components from.
_type Constant.BufferDataType The type of each component.

Returns

Struct.BBMOD_Quaternion Returns self.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.