-
Notifications
You must be signed in to change notification settings - Fork 233
RaycastHit
Adrien GIVRY edited this page Sep 26, 2020
·
3 revisions
Contains the result of a raycast query
- C++ related class:
OvPhysics::Entities::RaycastHit
Name | Type | Description |
---|---|---|
FirstResultObject | PhysicalObject |
First object traversed by the ray |
ResultObjects | PhysicalObject[] |
Every objects traversed by the ray |
This usertype has no constructors
This usertype has no functions
This usertype has no operators