PointInsertedCallback: ShapeModifiedCallback<{
    pointIndex: number;
    position: Vector3;
}>

Called when a point has been inserted in a shape during edition.

Type declaration

  • pointIndex: number

    The index of the inserted point.

  • position: Vector3

    The position of the inserted point.