RayCastQueryResult Class

Definition

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()

Applies to

See also