Table of Contents

Enum ResourceImporter.ImportOrder

Namespace
Godot
Assembly
GodotSharp.dll
public enum ResourceImporter.ImportOrder : long

Fields

Default = 0

The default 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 100 to avoid issues when importing scenes that rely on custom resources.