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

    Interface InsertPointHook

    Hook options for point insertion.

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

    Properties

    Properties

    index: number

    The index of the inserted point.

    position: Vector3

    The position of the inserted point.

    shape: Shape

    The shape that triggered the hook.