Roblox API Reference

MaterialGenerationService On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
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: [NotCreatable, Service, NotReplicated]

Inherits (1)

Member index (5)

Type Member History
Objects GenerateMaterialVariantsAsync (string prompt, int64 samples) 602
double GetAccountingBalanceAsync () 567
double RefillAccountingBalanceAsync () 567
MaterialGenerationSession StartSession ()
null UploadMaterialVariantsAsync (Objects materialVaraints) 602
57 members inherited from Instance

History

Members

GenerateMaterialVariantsAsync On DevHub

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

History

Tags: [Yields]

GetAccountingBalanceAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
No parameters.

History

Tags: [Yields]

RefillAccountingBalanceAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
No parameters.

History

Tags: [Yields]

StartSession On DevHub

Name Type Default
No parameters.

UploadMaterialVariantsAsync On DevHub

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

History

Tags: [Yields]

Relevant classes (1)