You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en-us/reference/engine/classes/Camera.yaml
+4-11Lines changed: 4 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -564,17 +564,10 @@ properties:
564
564
`Class.ScreenGui.ScreenInsets|ScreenInsets` set to `Enum.ScreenInsets.None|None`. See
565
565
`Enum.ScreenInsets` for a more information about how screen areas are defined.
566
566
567
-
`Class.Camera.ViewportSize|ViewportSize` is not equal to the fullscreen size in order to improve cross-platform compatibility and backwards compatibility with legacy experiences.
568
-
569
-
Note: `Class.Camera.ViewportSize` is not the actual viewport size the
570
-
camera uses for rendering. The Camera renders in the fullscreen area.
571
-
Also the `Class.Camera.FieldOfView` and `Class.Camera.
572
-
DiagonalFieldOfView` properties are based on the fullscreen area, not
573
-
`Class.Camera.ViewportSize`.
574
-
575
-
To learn more about how your experience will run on a device with notches/
576
-
cutouts, please see [this post](https://devforum.roblox.com/t/
577
-
notched-screen-support-full-release/2074324/1).
567
+
Finally, note that `Class.Camera.ViewportSize` is not the actual viewport size the camera
568
+
uses for rendering (the camera renders in the fullscreen area). Also, the
569
+
`Class.Camera.FieldOfView` and `Class.Camera.DiagonalFieldOfView` properties are
570
+
based on the fullscreen area, not `Class.Camera.ViewportSize`.
578
571
579
572
Only one `Class.Camera` has its `Class.Camera.ViewportSize` updated each
580
573
frame: the `Class.Camera` currently referred to by `Class.Workspace.
0 commit comments