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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -239,7 +239,7 @@ properties:
239
239
`Class.Camera.FieldOfView|FieldOfView` for a more general explanation of
240
240
field of view.
241
241
242
-
Note: the `Class.Camera.DiagonalFieldOfView` property represents the field of view that is visible by the `Class.Camera` rendering into the fullscreen area. The fullscreen area may be occluded by notches or screen cutouts on some devices. See `Class.Camera.ViewportSize` for more information.
242
+
Note that `DiagonalFieldOfView` represents the field of view that is visible by the `Class.Camera` rendering into the fullscreen area which may be occluded by notches or screen cutouts on some devices. See `Class.Camera.ViewportSize|ViewportSize` for more information.
243
243
code_samples:
244
244
type: float
245
245
tags:
@@ -274,7 +274,7 @@ properties:
274
274
- Increasing FOV when the player is "sprinting" to give the impression of
275
275
a lack of control.
276
276
277
-
Note: the `Class.Camera.FieldOfView` property represents the field of view that is visible by the `Class.Camera` rendering into the fullscreen area. The fullscreen area may be occluded by notches or screen cutouts on some devices. See `Class.Camera.ViewportSize` for more information.
277
+
Note that `FieldOfView` represents the field of view that is visible by the `Class.Camera` rendering into the fullscreen area which may be occluded by notches or screen cutouts on some devices. See `Class.Camera.ViewportSize|ViewportSize` for more information.
278
278
code_samples:
279
279
type: float
280
280
tags: []
@@ -539,7 +539,7 @@ properties:
539
539
- name: Camera.ViewportSize
540
540
summary: |
541
541
The dimensions of the device safe area rectangle on a Roblox client.
542
-
The units are in Roblox UI offset units, which may be different from
542
+
The units are in Roblox UI offset units which may be different from
543
543
native display pixels.
544
544
description: |
545
545
The device safe area rectangle includes the Roblox top bar area, but does not include any display cutouts.
0 commit comments