Reference API Roblox

Engine API

Website

Related

Reference API Roblox

IntermediateMeshGenerationResult

Indicates the type of result delivered via the intermediate-result callback during an asynchronous mesh-generation operation.

Items 1

HistoryNameValueDescription
661HighQualityMesh0

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.

History 2

Settings