List of DropTypes
See Also: Class DropType , Class DragAndDropHandler
The following is the list of built-in DropTypes provided with 3ds max. The DropTypes are listed by their class name and DropType code. This type code can be obtained by using the DropType::TypeCode() method. Third-party DropType subclasses should use random codes above 0x1000000.
FileDropType (FILE_DROPTYPE)
Intermediate base class for drop content in the form of a package of file names or URL’s.
SceneFileDropType (SCENEFILE_DROPTYPE)
The *.max scene file.
ImageFileDropType (IMAGEFILE_DROPTYPE)
The image files (.bmp, .tga, etc.).
ImportFileDropType (IMPORTFILE_DROPTYPE)
The importable files (.3ds, .dxf, etc.).
ScriptFileDropType (SCRIPTFILE_DROPTYPE)
The script files (.ms, .mse, .mcr).
DropScriptDropType (DROPSCRIPT_DROPTYPE)
Intermediate base class for drop content in the form of a dropScript.
DropScriptFileDropType (DROPSCRIPTFILE_DROPTYPE)
The drop script files (.ds, .dse).
MSZipPackageFileDropType (MSZIPFILE_DROPTYPE)
The script zip package files (.mzp).
BitmapDropType (BITMAP_DROPTYPE)
The bitmap type.