Skip to content

Commit 5e979c7

Browse files
authored
Update content/en-us/reference/engine/classes/Camera.yaml
1 parent d1b3e03 commit 5e979c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/en-us/reference/engine/classes/Camera.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -546,11 +546,11 @@ properties:
546546
summary: |
547547
The dimensions of the device safe area on a Roblox client.
548548
description: |
549-
`Class.Camera.ViewportSize` returns the dimensions of the device safe
550-
area on the current screen. The device safe area is a rectangle which
551-
includes the Roblox top bar area, but does not include any cutouts in the
552-
display. The units of `Class.Camera.ViewportSize` are Roblox UI offset
553-
units, which may be different from native display pixels.
549+
`Class.Camera.ViewportSize` returns the dimensions of the
550+
device safe area on the current screen. This area is a rectangle which
551+
includes the Roblox top bar area but does not include any device notches
552+
or screen cutouts. The units of `Class.Camera.ViewportSize` are Roblox
553+
UI offset units which may be different from native display pixels.
554554
555555
<img
556556
src="/assets/engine-api/classes/Camera/DeviceSafeAreaVsFullscreen.png"

0 commit comments

Comments
 (0)