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: docs/gdevelop5/extensions/third-person-camera/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ Smoothly follow an object at a distance.
65
65
66
66
-**Camera distance** (🔢 Number, Distance). Default value is `500`.
67
67
-**Elevation angle offset** (🔢 Number, Angle). Default value is `20`.
68
-
-**Halfway time for elevation rotation** (🔢 Number, Duration). Only used by Z and ZY rotation modes. Default value is `0`.
68
+
-**Halfway time for elevation rotation** (🔢 Number, Duration). Only used by Z and ZY rotation modes. Default value is `0`.
69
69
-**Follow free area top border on Z axis** (🔢 Number, Distance). Default value is `0`.
70
70
-**Follow free area bottom border on Z axis** (🔢 Number, Distance). Default value is `0`.
71
71
-**Automatically rotate the camera with the object (elevation)** (🔘 Boolean). Best left unchecked, use the rotation mode instead. Default value is `false`.
@@ -74,7 +74,7 @@ Smoothly follow an object at a distance.
74
74
-**Ahead distance offset** (🔢 Number, Distance). Default value is `0`.
75
75
-**Z offset** (🔢 Number, Distance). Default value is `0`.
76
76
-**Rotation angle offset** (🔢 Number, Angle). Default value is `0`.
77
-
-**Halfway time for rotation** (🔢 Number, Duration). Default value is `0.125`.
77
+
-**Halfway time for rotation** (🔢 Number, Duration). Default value is `0.125`.
78
78
-**Rotation mode** (Choice, one of: "Z", "ZY", "ZYX"). Default value is `Z`.
79
79
-**Halfway time on Z axis** (🔢 Number, Duration). Only used by Z and ZY rotation modes. Default value is `0.125`.
80
80
@@ -83,7 +83,7 @@ Smoothly follow an object at a distance.
83
83
84
84
- **Camera distance** is stored as `Distance` (Number). Unit is Pixel. Default value is `500`.
85
85
- **Elevation angle offset** is stored as `ElevationAngleOffset` (Number). Unit is DegreeAngle. Default value is `20`.
86
-
- **Halfway time for elevation rotation** is stored as `ElevationHalfwayDuration` (Number). Unit is Second. Default value is `0`.
86
+
- **Halfway time for elevation rotation** is stored as `ElevationHalfwayDuration` (Number). Unit is Second. Default value is `0`.
87
87
- **Follow free area top border on Z axis** is stored as `FollowFreeAreaZMax` (Number). Unit is Pixel. Default value is `0`.
88
88
- **Follow free area bottom border on Z axis** is stored as `FollowFreeAreaZMin` (Number). Unit is Pixel. Default value is `0`.
89
89
- **Automatically rotate the camera with the object (elevation)** is stored as `IsElevatingWithObject` (Boolean). Default value is `false`.
@@ -94,7 +94,7 @@ Smoothly follow an object at a distance.
94
94
- **Ahead distance offset** is stored as `OffsetY` (Number). Unit is Pixel. Default value is `0`.
95
95
- **Z offset** is stored as `OffsetZ` (Number). Unit is Pixel. Default value is `0`.
96
96
- **Rotation angle offset** is stored as `RotationAngleOffset` (Number). Unit is DegreeAngle. Default value is `0`.
97
-
- **Halfway time for rotation** is stored as `RotationHalfwayDuration` (Number). Unit is Second. Default value is `0.125`.
97
+
- **Halfway time for rotation** is stored as `RotationHalfwayDuration` (Number). Unit is Second. Default value is `0.125`.
98
98
- **Rotation mode** is stored as `RotationMode` (Choice). Default value is `Z`.
99
99
- **Halfway time on Z axis** is stored as `TranslationZHalfwayDuration` (Number). Unit is Second. Default value is `0.125`.
0 commit comments