游客 202.103.118.x 未注册
|
请E文高手帮忙翻译3句话
1、target
The_target_property_contains_a_reference_to_the_current_target_of_the_user`s_drag_and_drop.The_property_is_changed_as_the_user_moves_over_entities.This_property_is_set_within_the_setTarget()_method.
2、origin
The_origin_property_contains_a_reference_to_the_folder_from_which_the_object_was_dragged.Upon_the_release_of_the_left_mouse_button_without_a_target, the_entity_is_reverted_back_to_this_location.The_origin_property_is_set_with_the_beginDrag()_method.
3、enabled
The_enabled_property_initiates_the_actual_drag_and_drop.This_property_is_set_to_true_when_the_user_drags_their_mouse_a_certain_amount_of_pixels_with_a_selected_entity.Within_this_code_version, our_drag_range_for_initiation_is_5_pixels.This_property_is_changed_within_the_move()_method.
|
|