API reference
API reference
Select your platform
No SDKs available
No versions available

Legacy Namespace

Functions

A delegate for performing a hit-test.
Others
TProjectile
The type of projectile (e.g. Cone) to cast against the candidate .
TCandidate
The type of object (e.g. Interactable) to be intersected by the projectile .
TResult
The output type of the hit-test (e.g. HitTestResult).
Parameters
projectile
The object/shape to cast against the candidate .
candidate
The object to check if it's intersected by the projectile .
result
The result (e.g. position, normal, etc.) of the hit test.
Returns
True if the candidate is intersected by the projectile , otherwise false.
Did you find this page helpful?