Skip to content

Commit 2434681

Browse files
committed
docs: update
1 parent f989c1c commit 2434681

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/ScriptReference/Util/JCS_Physics.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,20 @@
22

33
Physic related functions.
44

5+
## Variables
6+
7+
| Name | Description |
8+
|:--------------|:------------------------------------------------|
9+
| LOOK_DISTANCE | Distance to look in direction to get the point. |
10+
| RAY_DISTANCE | Default ray distance. |
11+
512
## Functions
613

714
| Name | Description |
815
|:----------------------------|:---------------------------------------------------------------------------------------------------|
16+
| SortHitsByDistance | Sort the raycast hits by distance. |
17+
| FindNeareastHit | Find the nearest raycast hit. |
18+
| FindFurthestHit | Find the furthest raycast hit. |
919
| GetColliderWidthHeight | Returns character controller's collider's with and height. |
1020
| GetColliderCenterPosition | Returns character controller's collider's center in world space. |
1121
| GetColliderInfo | Returns character controller's infomration. |

0 commit comments

Comments
 (0)