Get3DPhysicsRayCastObjectHit
Description
Return the ID of the Object hit by the ray at the index.
Definition
integer Get3DPhysicsRayCastObjectHit( rayID, fractionIndex )
int agk::Get3DPhysicsRayCastObjectHit( UINT rayID, float fractionIndex )
Parameters
- rayID - ID of the ray
- fractionIndex - value returned by Get3DPhysicsRayCastFraction() command.