Skip to content

Commit ef4fc20

Browse files
committed
docs: update?
1 parent 413e2d8 commit ef4fc20

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

docs/ScriptReference/Effects/JCS_HopEffect.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ Make object hop for a force.
44

55
## Variables
66

7-
| Name | Description |
8-
|:---------------|:----------------------------------------------------|
9-
| mForce | How much force to jump away from current position. |
10-
| mGravity | How fast the object goes back to original position. |
11-
| mAxis | Hop axis. |
12-
| mTimeType | Type of the delta time. |
7+
| Name | Description |
8+
|:----------|:----------------------------------------------------|
9+
| onStart | Exection after we just start hopping. |
10+
| onDone | Exection after we are done hopping. |
11+
| mForce | How much force to jump away from current position. |
12+
| mGravity | How fast the object goes back to original position. |
13+
| mAxis | Hop axis. |
14+
| mTimeType | Type of the delta time. |
1315

1416
## Functions
1517

@@ -20,4 +22,4 @@ Make object hop for a force.
2022

2123
## Demo
2224

23-
<img src="./images/JCS_HopEffect.gif"/>
25+
![](./images/JCS_HopEffect.gif)

0 commit comments

Comments
 (0)