enum ImporterAsyncMode
Modes signififying the level of asynchronous functionality provided by a SpecificImporter.
Values
| Name | Value | Description |
|---|---|---|
Single |
0 |
Asynchronous import is supported but only on a single thread. |
Multi |
1 |
Asynchronous import for multiple simultaneous threads is supported. |