| Urho3D
    | 
Physics raycast hit. More...
#include </home/runner/work/Dviglo/Dviglo/DvigloRepository/Source/Urho3D/Physics/PhysicsWorld.h>
| Public Member Functions | |
| bool | operator!= (const PhysicsRaycastResult &rhs) const | 
| Test for inequality, added to prevent GCC from complaining. | |
| Public Attributes | |
| Vector3 | position_ | 
| Hit worldspace position. | |
| Vector3 | normal_ | 
| Hit worldspace normal. | |
| float | distance_ {} | 
| Hit distance from ray origin. | |
| float | hitFraction_ {} | 
| Hit fraction. | |
| RigidBody * | body_ {} | 
| Rigid body that was hit. | |
Physics raycast hit.
 1.8.17
 1.8.17