Namespace Stride.Physics
Classes
- PhysicsConstraintComponent
- A component descrbing a physical constraint between two rigidbodies or a rigidbody and world. 
- PhysicsScriptComponentExtensions
- Extension methods for the ScriptComponent related to phystics 
Structs
- Collision
- A pair of component colliding with each other. Pair of [b,a] is considered equal to [a,b]. 
- HitResult
- The result of a Physics Raycast or ShapeSweep operation 
Interfaces
- IConstraintDesc
- Description of a Constraint. 
Enums
- EFlags
- Flags that control how ray tests are performed 
- ShapeOrientation
- Defines the different possible orientations of a shape.