Skip to content

Commit fd55969

Browse files
authored
Apply suggestions from code review
1 parent 21b70c9 commit fd55969

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,14 +1218,14 @@ methods:
12181218
type: float
12191219
default:
12201220
summary: |
1221-
The position on the X axis, in pixels, of the viewport point at which
1222-
to originate the `Datatype.Ray`. In device safe area coordinates.
1221+
The position on the **X** axis, in pixels, of the viewport point at which
1222+
to originate the `Datatype.Ray`, in device safe area coordinates.
12231223
- name: 'y'
12241224
type: float
12251225
default:
12261226
summary: |
1227-
The position on the Y axis, in pixels, of the viewport point at which
1228-
to originate the `Datatype.Ray`. In device safe area coordinates.
1227+
The position on the **Y** axis, in pixels, of the viewport point at which
1228+
to originate the `Datatype.Ray`, in device safe area coordinates.
12291229
- name: depth
12301230
type: float
12311231
default: 0

0 commit comments

Comments
 (0)