Home > decentraland-ecs > Vector4 > multiplyInPlace
Multiplies in place the current Vector4 by the given one.
Signature:
multiplyInPlace(otherVector: ReadOnlyVector4): Vector4;
Returns: Vector4
the updated Vector4.
Parameter | Type | Description |
---|---|---|
otherVector |
ReadOnlyVector4 |
vector to multiple with |