InsertPointHook: {
    index: number;
    position: Vector3;
    shape: entities.Shape;
}

Hook options for point insertion.

Type declaration

  • index: number

    The index of the inserted point.

  • position: Vector3

    The position of the inserted point.

  • shape: entities.Shape

    The shape that triggered the hook.