onPointerPick property

void Function(PointerEvent evt, PickingInfo pickInfo) get onPointerPick

Implementation

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

Implementation

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