Record TPhysicsCollisionDetails
Unit
Declaration
type TPhysicsCollisionDetails = record
Description
Information send along with TCollisionEvent event, like TCastleRigidBody.OnCollisionEnter, TCastleRigidBody.OnCollisionExit.
Overview
Fields
Transforms: array [0..1] of TCastleTransform; |
Methods
function Sender: TCastleTransform; |
|
function OtherTransform: TCastleTransform; |
Description
Fields
Transforms: array [0..1] of TCastleTransform; |
|
This item has no description. |
Methods
function Sender: TCastleTransform; |
|
Object that receives the OnCollisionXxx event. |
function OtherTransform: TCastleTransform; |
|
The object object (not the one that receives the OnCollisionXxx event) to which the event is related.
|
Generated by PasDoc 0.16.0-snapshot.