Home > decentraland-ecs > Vector3 > multiplyInPlace
Multiplies the current Vector3 coordinates by the given ones
Signature:
multiplyInPlace(otherVector: ReadOnlyVector3): Vector3;
Returns: Vector3
the current updated Vector3
Parameter | Type | Description |
---|---|---|
otherVector |
ReadOnlyVector3 |
defines the second operand |