Home > decentraland-ecs > Vector3 > setAll
Copies the given float to the current Vector3 coordinates
Signature:
setAll(v: number): Vector3;
Returns: Vector3
the current updated Vector3
Parameter | Type | Description |
---|---|---|
v |
number |
defines the x, y and z coordinates of the operand |