function
Set([_x[, _y, _z]])
Sets vector components in-place.
Name | Type | Description |
---|---|---|
_x | Real |
The new value of the first component. Defaults to 0. |
_y | Real/Undefined |
The new value of the second component. Defaults to _x . |
_z | Real/Undefined |
The new value of the third component. Defaults to _x . |
BBMOD_Vec3
Returns self
.
Copyright © 2022, BlueBurn. Built on May 18, 2022 using GMDoc.