File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
docs/ScriptReference/Util Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 22
33Physic 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. |
You can’t perform that action at this time.
0 commit comments