#include <materialimport.h>
MaterialImportDescription defines the identifier / signature of an importer within the registry. It defines the factory for instantiation and a user-readable name.
For example, a registration may look the following:
Public Attributes | |
| String | _name |
| Class< MaterialImportRef > | _class |
| String _name |
| Class<MaterialImportRef> _class |