Skip to content

Commit c178880

Browse files
committed
edits
1 parent af5857f commit c178880

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,12 +546,11 @@ properties:
546546
alt="Mobile device screen with cutout showing device safe area." />
547547
548548
Note: `Class.Camera.ViewportSize` is not equal to the fullscreen area size on displays with cutouts or notches. To obtain the fullscreen area size on all displays, you can query the `AbsoluteSize` property of a `Class.ScreenGui` with `ScreenInsets=None`. See `Enum.ScreenInsets` for a more information about how screen areas are defined.
549+
`Class.Camera.ViewportSize` is not equal to the fullscreen size in order to improve cross-platform compatibility and backwards compatibility with legacy experiences.
549550
550551
<img src="../../../assets/engine-api/enums/ScreenInsets/None.png" width="840"
551552
alt="Mobile device screen with cutout showing fullscreen area." />
552553
553-
`Class.Camera.ViewportSize` is not equal to the fullscreen size in order to improve cross-platform compatibility and backwards compatibility with legacy experiences.
554-
555554
Note: `Class.Camera.ViewportSize` is not the actual viewport size the camera uses for rendering. The Camera renders in the fullscreen area. Also the `Class.Camera.FieldOfView` and `Class.Camera.DiagonalFieldOfView` properties are based on the fullscreen area, not `Class.Camera.ViewportSize`.
556555
557556
To learn more about how your experience will run on a device with notches/cutouts, please see [this post](https://devforum.roblox.com/t/notched-screen-support-full-release/2074324/1).

0 commit comments

Comments
 (0)