hxdefold API documentation
View source
typedef
PhysicsRaycastOptions
package
defold
import
defold.Physics
A lua table containing options for the raycast.
Fields
all
:
Bool
Set to
true
to return all ray cast hits. If
false
, it will only return the closest hit.