Internal result payload behind input.raycast().

Hierarchy

  • RaycastResult

Properties

Properties

correlationId: string

Id correlating this result with its RaycastRequest.

error?: string

Error message, on failure.

hit: null | RaycastHit

The hit, or null when the ray hit nothing.