Skip to content

Commit efc414f

Browse files
committed
docs: Mention boundary
1 parent ba9c7fd commit efc414f

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

Assets/JCSUnity/Scripts/Actions/JCS_Boundary.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace JCSUnity
1313
{
1414
/// <summary>
15-
/// Boundary definition.
15+
/// The boundary definition.
1616
/// </summary>
1717
public class JCS_Boundary : MonoBehaviour
1818
{
@@ -39,7 +39,7 @@ private void OnDrawGizmosSelected()
3939
#endif
4040

4141
/// <summary>
42-
/// Bounds of this spawner; now is only a cube space.
42+
/// The bounds of this boundary.
4343
/// </summary>
4444
public Bounds GetBounds()
4545
{
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# JCS_Boundary
2+
3+
The boundary definition.
4+
5+
## Functions
6+
7+
| Name | Description |
8+
|:----------|:-----------------------------|
9+
| GetBounds | The bounds of this boundary. |

docs/ScriptReference/Interactive/2D/Camera/JCS_2DCamera.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ Basic camera for 2d Games.
2020
| ScrollRange_Mouse | Distance once you scroll with mouse. |
2121
| ScrollRange_Touch | Distance once you scroll with multi-touch. |
2222
| mScrollFriction | How fast it scroll. (Zoom In/Out) |
23-
| mMax_X_PositionInScene | Maxinum this camera can go in x-axis. |
24-
| mMin_X_PositionInScene | Mininum this camera can go in x-axis. |
25-
| mMax_Y_PositionInScene | Maxinum this camera can go in y-axis. |
26-
| mMin_Y_PositionInScene | ininum this camera can go in y-axis. |
2723

2824
## Functions
2925

docs/ScriptReference/JCS_Camera.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JCS_Camera
22

3-
Camera base class for JCSUnity.
3+
Camera based class.
44

55
## Variables
66

@@ -12,6 +12,7 @@ Camera base class for JCSUnity.
1212
| PositionOffset | Offset the camera position from its' original position. |
1313
| mTimeType | Type of the delta time. |
1414
| SmoothTrack | Flag to check if using smooth track, otherwise hard track. |
15+
| mBoundary | The movement boundary. |
1516

1617
## Functions
1718

0 commit comments

Comments
 (0)