DartPickCallbackFunction typedef

DartPickCallbackFunction = void Function(int requestId, DartEntityId entityId, double depth, double fragX, double fragY, double fragZ)

Implementation

typedef DartPickCallbackFunction = void Function(
    int requestId,
    DartEntityId entityId,
    double depth,
    double fragX,
    double fragY,
    double fragZ);