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

    Type Alias PickCallback<T>

    PickCallback: (eventOrCanvasCoordinate: MouseEvent | Vector2) => T[]

    A pick function that is used by the drawtool to interact with the scene.

    Type Parameters

    Type Declaration

      • (eventOrCanvasCoordinate: MouseEvent | Vector2): T[]
      • Parameters

        • eventOrCanvasCoordinate: MouseEvent | Vector2

        Returns T[]