Skip to content

Commit 7945a09

Browse files
authored
Update content/en-us/reference/engine/classes/Camera.yaml
1 parent dbe9b86 commit 7945a09

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -557,11 +557,12 @@ properties:
557557
width="840" alt="Mobile device screen with cutout showing device safe
558558
area." />
559559
560-
Note: `Class.Camera.ViewportSize` is not equal to the fullscreen area
561-
size on displays with cutouts or notches. To obtain the fullscreen area
562-
size on all displays, you can query the `AbsoluteSize` property of a
563-
`Class.ScreenGui` with `ScreenInsets=None`. See `Enum.ScreenInsets` for a
564-
more information about how screen areas are defined.
560+
As noted above, `Class.Camera.ViewportSize` is not equal to the fullscreen area size
561+
on displays with cutouts or
562+
notches. To obtain the fullscreen area size on all displays, you can query the
563+
`Class.ScreenGui.AbsoluteSize|AbsoluteSize` property of a `Class.ScreenGui` with
564+
`Class.ScreenGui.ScreenInsets|ScreenInsets` set to `Enum.ScreenInsets.None|None`. See
565+
`Enum.ScreenInsets` for a more information about how screen areas are defined.
565566
566567
`Class.Camera.ViewportSize|ViewportSize` is not equal to the fullscreen size in order to improve cross-platform compatibility and backwards compatibility with legacy experiences.
567568

0 commit comments

Comments
 (0)