Class HitData
See Also: Class HitRecord.
class HitData
Description:
This class is used during sub-object hit testing to identify sub-object components. If the 4 bytes available in the info data member of HitRecord are insufficient to identify the sub-object component an instance of this class can be created to contain the necessary data.
Methods:
Prototype:
virtual ~HitData();
Remarks:
Implemented by the Plug-In.
The virtual destructor allows the instance of HitData to be deleted when the HitRecord that points to it is deleted.