File tree Expand file tree Collapse file tree 4 files changed +13
-7
lines changed
Assets/JCSUnity/Scripts/Actions Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1212namespace 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 {
Original file line number Diff line number Diff line change 1+ # JCS_Boundary
2+
3+ The boundary definition.
4+
5+ ## Functions
6+
7+ | Name | Description |
8+ | :----------| :-----------------------------|
9+ | GetBounds | The bounds of this boundary. |
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments