Method ReadQuaternion
ReadQuaternion(Buffer)
Reads a quaternion from the buffer.
Declaration
public static Quaternion ReadQuaternion(this Buffer buffer)
Parameters
| Type | Name | Description |
|---|---|---|
| Buffer | buffer |
Returns
| Type | Description |
|---|---|
| Quaternion | The quaternion that has been read from the buffer. |