data class MRUKEnvironmentRaycastHit(val result: MRUKEnvironmentRaycastHitResult, val point: Vector3, val normal: Vector3)
MRUKEnvironmentRaycastHit
(
result
, point
, normal
)
|
Signature
constructor(result: MRUKEnvironmentRaycastHitResult, point: Vector3, normal: Vector3) Parameters Returns |
normal
: Vector3
[Get] |
The surface normal vector at the intersection point
Signature
val normal: Vector3 |
point
: Vector3
[Get] |
The 3D position where the ray intersected with the environment
Signature
val point: Vector3 |
result
: MRUKEnvironmentRaycastHitResult
[Get] |
The outcome status of the raycast operation
Signature
val result: MRUKEnvironmentRaycastHitResult |