TextureGenerationService
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 7
Removed member index 3
History | Member | |
---|---|---|
615 | CancelGenerationRequestAsync(jobUuid: string): null | |
615 | GenerateTextureAsync(previewUuid: string): Dictionary | |
615 | PreviewTextureAsync(meshObj: string, prompt: string, options: Dictionary): Dictionary |
Description
History 15
- 648 Change Parameters of CreatePartGroup from (instances: Objects) to (instances: Instances)
- 615 Remove PreviewTextureAsync
- 615 Add PreviewTexture
- 615 Remove GenerateTextureAsync
- 615 Add GenerateTexture
- 615 Add CreatePartGroup
- 615 Remove CancelGenerationRequestAsync
- 615 Add CancelGenerationRequest
- 610 Add PreviewNotificationSignal
- 610 Add GenerationNotificationSignal
- 610 Add PreviewTextureAsync
- 610 Add GetQuotasAsync
- 610 Add GenerateTextureAsync
- 610 Add CancelGenerationRequestAsync
- 610 Add TextureGenerationService
Members 7
CancelGenerationRequest
Parameters (1) | ||
---|---|---|
jobUuid | string | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
CreatePartGroup
Parameters (1) | ||
---|---|---|
instances | Instances | |
Returns (1) | ||
TextureGenerationPartGroup |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change Parameters of CreatePartGroup from (instances: Objects) to (instances: Instances)
- 615 Add CreatePartGroup
GenerateTexture
Parameters (1) | ||
---|---|---|
previewJobId | string | |
Returns (1) | ||
Dictionary |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 615 Add GenerateTexture
GenerationNotificationSignal
Parameters (1) | |
---|---|
notificationData | Dictionary |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
GetQuotasAsync
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
Dictionary |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 610 Add GetQuotasAsync
PreviewNotificationSignal
Parameters (1) | |
---|---|
notificationData | Dictionary |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
PreviewTexture
Parameters (3) | ||
---|---|---|
partGroup | TextureGenerationPartGroup | |
prompt | string | |
options | Dictionary | |
Returns (1) | ||
Dictionary |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 615 Add PreviewTexture
Removed members 3
CancelGenerationRequestAsync
Parameters (1) | ||
---|---|---|
jobUuid | string | |
Returns (1) | ||
null |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
GenerateTextureAsync
Parameters (1) | ||
---|---|---|
previewUuid | string | |
Returns (1) | ||
Dictionary |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 615 Remove GenerateTextureAsync
- 610 Add GenerateTextureAsync
PreviewTextureAsync
Parameters (3) | ||
---|---|---|
meshObj | string | |
prompt | string | |
options | Dictionary | |
Returns (1) | ||
Dictionary |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 615 Remove PreviewTextureAsync
- 610 Add PreviewTextureAsync