Buy Me a Coffee at ko-fi.com

Calls the given function on each element of this vector, and sets the values of the vector to the returns
The current index and its value is given as arguments of the function
Returns self for chaining

overload 1:
Vector3.applyFunc(func: (Number, Integer) -> Number): Vector3
typings.1623631144typings.2002444080
Method PropertyFluent DescriptionRepresentation
func accepts
Return Value