RayCastQueryResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Result object that is returned by RayCastQueryAsync(RayCast). This class holds a (potentially empty) array of.ray cast hits after an asynchronous ray cast call.
public ref class RayCastQueryResult
public class RayCastQueryResult
type RayCastQueryResult = class
Public Class RayCastQueryResult
- Inheritance
-
RayCastQueryResult
Properties
Hits |
A (potentially empty) array of intersections that the raycast encountered. |
Methods
Finalize() | |
GetHits(List<RayCastHit>) |