Definition at line 5 of file Physics.cs.
◆ OverlapSphere() [1/2]
static Rigidbody[] FalcoEngine.Physics.OverlapSphere |
( |
Vector3 |
center, |
|
|
float |
radius |
|
) |
| |
|
static |
Return an array of colliders which are overlapped by a sphere
- Parameters
-
- Returns
Definition at line 44 of file Physics.cs.
◆ OverlapSphere() [2/2]
Return an array of colliders which are overlapped by a sphere with layer mask
- Parameters
-
- Returns
Definition at line 56 of file Physics.cs.
◆ Raycast() [1/2]
Check a ray intersection
- Parameters
-
- Returns
Definition at line 13 of file Physics.cs.
◆ Raycast() [2/2]
Check a ray intersection by layer mask
- Parameters
-
- Returns
Definition at line 29 of file Physics.cs.
The documentation for this class was generated from the following file: