ResourceImporter
Inherits: Reference < Object Inherited By: EditorImportPlugin Base class for the implementation of core resource importers.
Description
EditorImportPlugin.
Tutorials
- 导入插件
Enumerations
ImportOrder: - IMPORT_ORDER_DEFAULT = 0 —- The default import order.
- IMPORT_ORDER_SCENE = 100 —- The import order for scenes, which ensures scenes are imported after all other core resources such as textures. Custom importers should generally have an import order lower than
100to avoid issues when importing scenes that rely on custom resources.
