MaterialGenerationService
This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
Memory category | Instances |
---|
Member index 4
Removed member index 3
History | Member | |
---|---|---|
610 | GetAccountingBalanceAsync(): double | |
610 | RefillAccountingBalanceAsync(): double | |
637 | UploadMaterialVariantsAsync(materialVaraints: Objects): null |
Description
History 14
- 648 Change Parameters of DEPRECATED_UploadMaterialVariantsAsync from (materialVaraints: Objects) to (materialVaraints: Instances)
- 648 Change ReturnType of DEPRECATED_GenerateMaterialVariantsAync from Objects to Instances
- 637 Remove UploadMaterialVariantsAsync
- 637 Add DEPRECATED_UploadMaterialVariantsAsync
- 627 Change ReturnType of GenerateMaterialVariantsAsync from Objects to Dictionary
- 625 Add DEPRECATED_GenerateMaterialVariantsAync
- 610 Remove RefillAccountingBalanceAsync
- 610 Remove GetAccountingBalanceAsync
- 602 Add UploadMaterialVariantsAsync
- 602 Add GenerateMaterialVariantsAsync
- 567 Add RefillAccountingBalanceAsync
- 567 Add GetAccountingBalanceAsync
- 566 Add StartSession
- 566 Add MaterialGenerationService
Members 4
DEPRECATED_GenerateMaterialVariantsAync
Parameters (2) | ||
---|---|---|
prompt | string | |
samples | int64 | |
Returns (1) | ||
Instances |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change ReturnType of DEPRECATED_GenerateMaterialVariantsAync from Objects to Instances
- 625 Add DEPRECATED_GenerateMaterialVariantsAync
DEPRECATED_UploadMaterialVariantsAsync
Parameters (1) | ||
---|---|---|
materialVaraints | Instances | |
Returns (1) | ||
null |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of DEPRECATED_UploadMaterialVariantsAsync from (materialVaraints: Objects) to (materialVaraints: Instances)
- 637 Add DEPRECATED_UploadMaterialVariantsAsync
GenerateMaterialVariantsAsync
Parameters (2) | ||
---|---|---|
prompt | string | |
samples | int64 | |
Returns (1) | ||
Dictionary |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 627 Change ReturnType of GenerateMaterialVariantsAsync from Objects to Dictionary
- 602 Add GenerateMaterialVariantsAsync
StartSession
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
MaterialGenerationSession |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 566 Add StartSession
Removed members 3
GetAccountingBalanceAsync
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
double |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
RefillAccountingBalanceAsync
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
double |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
UploadMaterialVariantsAsync
Parameters (1) | ||
---|---|---|
materialVaraints | Objects | |
Returns (1) | ||
null |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |