IntermediateMeshGenerationResult
Indicates the type of result delivered via the intermediate-result callback during an asynchronous mesh-generation operation.
Items 1
| History | Name | Value | Description | |
|---|---|---|---|---|
| 661 | HighQualityMesh | 0 | Signals that the intermediate mesh delivered to the callback is high-quality. |
Description
IntermediateMeshGenerationResult is returned as the first argument to the
optional intermediate-result callback supplied to
GenerateMeshAsync(). When the
backend finishes producing an intermediate version of the mesh before the
final result is ready, the callback fires with a value from this enum together
with a generationId string and a contextId string. The only current member
is IntermediateMeshGenerationResult.HighQualityMesh.
GenerateMeshAsync and InternalGenerateMeshAsync are deprecated; new code
should use
GenerateModelAsync(), which
returns the generated Model directly to the calling coroutine and does not
use this enum.