Record TPhysicsRayCastResult
Unit
Declaration
type TPhysicsRayCastResult = record
Description
Result of TCastleAbstractRootTransform.PhysicsRayCast and TCastleRigidBody.PhysicsRayCast.
Overview
Fields
Hit: Boolean; |
|
Transform: TCastleTransform; |
|
Distance: Single; |
|
Point: TVector3; |
|
Normal: TVector3; |
Description
Fields
Hit: Boolean; |
|
Other fields are guaranteed to be all zero if Hit = |
Transform: TCastleTransform; |
|
This item has no description. |
Distance: Single; |
|
Distance from ray origin to the hit point. |
Point: TVector3; |
|
This item has no description. |
Normal: TVector3; |
|
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.