UICaptureMode
Used to determine what UI elements should be captured with CaptureService.
Items 2
| History | Name | Value | Description | |
|---|---|---|---|---|
| 665 | All | 0 | Capture all UI elements. | |
| 665 | None | 1 | Capture no UI elements. |
Removed items 1
| History | Name | Value | |
|---|---|---|---|
| 668 | PlayerGui | 2 |
Description
Controls which UI layers are composited into screenshots and video captures taken by CaptureService. When UICaptureMode.All, both CoreGui and PlayerGui elements are rendered into the output. When UICaptureMode.None, no UI is included and the capture shows only the 3D scene.