Record TPhysicsRayCastResult

Hierarchy
Methods
Properties

Unit

Declaration

type TPhysicsRayCastResult = record

Description

Result of TCastleAbstractRootTransform.PhysicsRayCast and TCastleRigidBody.PhysicsRayCast.

Overview

Fields

Public Hit: Boolean;
Public Transform: TCastleTransform;
Public Distance: Single;
Public Point: TVector3;
Public Normal: TVector3;

Description

Fields

Public Hit: Boolean;

Other fields are guaranteed to be all zero if Hit = False.

Public Transform: TCastleTransform;

This item has no description.

Public Distance: Single;

Distance from ray origin to the hit point.

Public Point: TVector3;

This item has no description.

Public Normal: TVector3;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.