Home > decentraland-ecs > Vector3 > scaleInPlace
Multiplies the Vector3 coordinates by the float "scale"
Signature:
scaleInPlace(scale: number): Vector3;
Returns: Vector3
the current updated Vector3
Parameter | Type | Description |
---|---|---|
scale |
number |
defines the multiplier factor |