create_drop_helper#
- omni.kit.viewport.utility.create_drop_helper(*args, **kwargs)#
 Creates a helper object to handle drag-and-drop operations in a viewport.
- Parameters:
 \*args – Variable length argument list.
**kwargs – Arbitrary keyword arguments.
- Returns:
 The drop helper object that can be used to manage drag-and-drop events.
- Return type:
 Any