PEXPickRecord Data Structure


 
   typedef union {
         PEXPDNPCHitVolume      volume;
         PEXPDDCHitBox          box;
         PEXPickDataRecord      data;
   } PEXPickRecord;
 

PEXPickRecord is a type definition that is common to the following functions:

and is referenced by the following data structure:

For a list of data structures for rendering picking, see Data Structures for Rendering Picking.