positions (setter)

Sets the position of the transformPoint to a new position.

Signatures

  •   GUIControls.TransformPoint.positions

Details

The setter accessor that sets transformPoint positions.

Example

 let positions = GUIControls.TransformPoint.positions;
 const newPositions = [[10, 10, 0], [10, 10, 0]];
 positions = newPositions;