MaterialGenerationSession
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.
Memory category | Instances |
---|
Member index 3
Removed member index 1
History | Member | |
---|---|---|
567 | GenerateMaterialAsync(imageId: string): Dictionary |
Description
History 7
- 567 Add UploadMaterialAsync
- 567 Add GenerateMaterialMapsAsync
- 567 Remove GenerateMaterialAsync
- 567 Change ReturnType of GenerateImagesAsync from Array to Tuple
- 566 Add GenerateMaterialAsync
- 566 Add GenerateImagesAsync
- 566 Add MaterialGenerationSession
Members 3
GenerateImagesAsync
Parameters (2) | ||
---|---|---|
prompt | string | |
options | Dictionary | |
Returns (1) | ||
Tuple |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 567 Change ReturnType of GenerateImagesAsync from Array to Tuple
- 566 Add GenerateImagesAsync
GenerateMaterialMapsAsync
Parameters (1) | ||
---|---|---|
imageId | string | |
Returns (1) | ||
Dictionary |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
UploadMaterialAsync
Parameters (1) | ||
---|---|---|
imageId | string | |
Returns (1) | ||
Dictionary |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
Removed members 1
GenerateMaterialAsync
Parameters (1) | ||
---|---|---|
imageId | string | |
Returns (1) | ||
Dictionary |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 567 Remove GenerateMaterialAsync
- 566 Add GenerateMaterialAsync