Contains the results of a raycast check
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Physics3D.Jitter JitterRaycastResult
Namespace: DeltaEngine.Physics3D.Jitter
Assembly: DeltaEngine.Physics3D.Jitter (in DeltaEngine.Physics3D.Jitter.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The JitterRaycastResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | JitterRaycastResult | Initializes a new instance of the JitterRaycastResult class |
Fields
Name | Description | |
---|---|---|
![]() | JVectorNormal | |
![]() | RigidBody |
Properties
Name | Description | |
---|---|---|
![]() | Found | |
![]() | Fraction | |
![]() | PhysicsBody | |
![]() | SurfaceNormal |
See Also