Summary
Extensions for
SimulationExtensions
- Namespace
- StrideToolkit
.Physics - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["SimulationExtensions"]
class Type type-node
Syntax
public static class SimulationExtensions
Methods
Name | Value | Summary |
---|---|---|
Raycast |
HitResult |
Raycasts and stops at the first hit.
static
|
Raycast |
HitResult |
Raycasts and stops at the first hit.
static
|
RaycastPenetrating |
FastList |
Raycasts penetrating any shape the ray encounters.
static
|
RaycastPenetrating |
FastList |
Raycasts penetrating any shape the ray encounters.
static
|
RaycastPenetrating |
void |
Raycasts penetrating any shape the ray encounters.
static
|
RaycastPenetrating |
void |
Raycasts penetrating any shape the ray encounters.
Filtering by CollisionGroup
static
|