Skip to content

RaycastHit

Adrien GIVRY edited this page Sep 23, 2020 · 3 revisions

Description

Contains the result of a raycast query

  • C++ related class: RaycastHit
  • Lua usertype name: RaycastHit

Variables

Name Type Description
FirstResultObject PhysicalObject First object traversed by the ray
ResultObjects PhysicalObject[] Every objects traversed by the ray

Constructors

This usertype has no constructors

Functions

This usertype has no functions

Operators

This usertype has no operators

Clone this wiki locally