API (v2.0.0) - Giro3D
    Preparing search index...

    Interface RemovePointHook

    Hook options for point removal.

    interface RemovePointHook {
        index: number;
        position: Vector3;
        shape: Shape;
    }
    Index

    Properties

    Properties

    index: number

    The index of the removed point.

    position: Vector3

    The position of the point to remove.

    shape: Shape

    The shape that triggered the hook.