Roblox API Reference

HeightmapImporterService On DevHub

Summary

This class is a service. It is a singleton that may be acquired with GetService.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [Service, NotReplicated]

Inherits (1)

Member index (8)

Type Member History
null CancelImportHeightmap () 459 458 459 573
Tuple GetHeightmapPreviewAsync (Content heightmapAssetId) 460
null ImportHeightmap (Region3 region, Content heightmapAssetId, Content colormapAssetId, Material defaultMaterial) 459 458 459 573
Tuple IsValidColormap (Content colormapAssetId) 459 458 459
Tuple IsValidHeightmap (Content heightmapAssetId)
null SetImportHeightmapPaused (bool paused) 459 458 459 573
ColormapHasUnknownPixels () 464
ProgressUpdate (float progressRatio, string operation) 459 458 459 464
57 members inherited from Instance

Removed member index (1)

Type Member History
Tuple GetGreyscale (Content heightmapAssetId) 459 458 459 460

History

Members

CancelImportHeightmap On DevHub

Name Type Default
No parameters.

History

ColormapHasUnknownPixels On DevHub

Name Type Default
No parameters.

History

GetHeightmapPreviewAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
heightmapAssetId Content none

History

Tags: [Yields]

ImportHeightmap On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
region Region3 none
heightmapAssetId Content none
colormapAssetId Content none
defaultMaterial Material none

History

Tags: [Yields]

IsValidColormap On DevHub

Name Type Default
colormapAssetId Content none

History

IsValidHeightmap On DevHub

Name Type Default
heightmapAssetId Content none

ProgressUpdate On DevHub

Name Type Default
progressRatio float none
operation string none

History

SetImportHeightmapPaused On DevHub

Name Type Default
paused bool none

History

Removed members

GetGreyscale

Name Type Default
heightmapAssetId Content none

History

Relevant enums (1)