BBMOD_Vec4.Set

A function defined in BBMOD_Vec4.gml

Set([_x[, _y, _z, _w]])

Description

Sets vector components in-place.

Arguments

Name Type Description
_x Real The new value of the first component. Defaults to 0.
_y Real The new value of the second component. Defaults to _x.
_z Real The new value of the third component. Defaults to _x.
_w Real The new value of the fourth component. Defaults to _x.

Returns

Struct.BBMOD_Vec4 Returns self.

Do you find this page helpful?

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