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

Hook options for point removal.

Type declaration

  • index: number

    The index of the removed point.

  • position: Vector3

    The position of the point to remove.

  • shape: entities.Shape

    The shape that triggered the hook.