onPointerPick property

void Function(PointerEvent evt, PickingInfo pickInfo) onPointerPick

Implementation

external void Function(PointerEvent evt, PickingInfo pickInfo) get onPointerPick;
void onPointerPick=(void onPointerPick(PointerEvent evt, PickingInfo pickInfo))

Implementation

external set onPointerPick(void Function(PointerEvent evt, PickingInfo pickInfo) onPointerPick);