File tree Expand file tree Collapse file tree
docs/ScriptReference/Effects Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments