PointUpdatedCallback: ShapeModifiedCallback<{
    newPosition: Vector3;
    pointIndex: number;
}>

Called when a point has been moved during edition.

Type declaration

  • newPosition: Vector3

    The new position of the updated point.

  • pointIndex: number

    The index of the updated point.