Enum ResourceImporter.ImportOrder
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum ResourceImporter.ImportOrder : long
Fields
Default = 0The default import order.
Scene = 100The 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.