A function defined in BBMOD_Vec4.gml
SetIndex(_index, _value)
Sets vector component in-place.
Name | Type | Description |
---|---|---|
_index | Real |
The index of the component, starting at 0. |
_value | Real |
The new value of the component. |
Struct.BBMOD_Vec4
Returns self
.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.