positions (setter)
Sets the positions of the transformRay to a new position list.
Signatures
- GUIControls.TransformRay.positions
Details
The setter accessor that sets transformRay positions.
Example
let positions = GUIControls.TransformRay.positions;
const newPositions = [[10, 10, 0], [10, 10, 0]];
positions = newPositions;
.