|
Blender
V2.93
|
#include <WM_types.h>
Public Attributes | |
| char | name [64] |
| const char * | path |
| int | id_type |
Definition at line 895 of file WM_types.h.
| int wmDragAsset::id_type |
Definition at line 899 of file WM_types.h.
Referenced by UI_but_drag_set_asset(), view3d_drop_id_in_main_region_poll_get_id_type(), wm_drag_asset_id_import(), WM_drag_free_imported_drag_ID(), and WM_drag_get_asset_data().
| char wmDragAsset::name[64] |
Definition at line 896 of file WM_types.h.
Referenced by UI_but_drag_set_asset(), wm_drag_asset_id_import(), and wm_drag_name().
| const char* wmDragAsset::path |
Definition at line 898 of file WM_types.h.
Referenced by UI_but_drag_set_asset(), wm_drag_asset_id_import(), and WM_drag_data_free().