Interface ILDtkImported
Base interface for the import interfaces. Don't inherit from this directly.
Methods
| Improve this Doc View SourceGetPostprocessOrder()
Override the order in which all of the import events are processed. Smaller priorities will be run first. This is also ordered alongside the postprocessors via LDtkPostprocessor.GetPostprocessOrder.
Returns
Type | Description |
---|---|
System.Int32 | The order value. Set as 0 if unsure. |