Castle Game Engine |
Class TRayCollision
UnitDeclaration
DescriptionRepresents a collision with a 3D objects (T3D descendants) tree. This list is a path in the 3D objects tree leading from the final colliding 3D object to the root of the tree. For example, your 3D tree may be a list (like T3DList), and within this list is a transformed list (T3DTransform), and within is your final colliding object (like TCastleScene). We will contain in this case these three items, in reverse order (TCastleScene, T3DTransform, T3DList). This allows you to track the containers that contain given collision. This is never an empty list when returned by RayCollision. Hierarchy
OverviewFields
Methods
DescriptionFields
Methods
Generated by PasDoc 0.13.0 on 2013-08-17 21:27:11 |