Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 525 Bytes

decentraland-ecs.vector3.setall.md

File metadata and controls

20 lines (13 loc) · 525 Bytes

Home > decentraland-ecs > Vector3 > setAll

Vector3.setAll method

Copies the given float to the current Vector3 coordinates

Signature:

setAll(v: number): Vector3;

Returns: Vector3

the current updated Vector3

Parameters

Parameter Type Description
v number defines the x, y and z coordinates of the operand