Roblox API Reference

MaterialGenerationSession On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotCreatable, NotReplicated]

Inherits (1)

Member index (3)

Type Member History
Tuple GenerateImagesAsync (string prompt, Dictionary options) 567
Dictionary GenerateMaterialMapsAsync (string imageId) 567
Dictionary UploadMaterialAsync (string imageId) 567
57 members inherited from Instance

Removed member index (1)

Type Member History
Dictionary GenerateMaterialAsync (string imageId) 567

History

Members

GenerateImagesAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
prompt string none
options Dictionary none

History

Tags: [Yields]

GenerateMaterialMapsAsync On DevHub

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

History

Tags: [Yields]

UploadMaterialAsync On DevHub

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

History

Tags: [Yields]

Removed members

GenerateMaterialAsync

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

History

Tags: [Yields]

Relevant members (1)