Expand description
§bhkRefObject
This module defines the bhkRefObject
struct, which inherits from NiObject
and represents
a reference object in the Havok physics system. It includes methods to manage reference counts
and holds a reference to another hkReferencedObject
.
Structs§
- bhkRef
Object - bhkRef
Object Vtbl - The virtual function table for
bhkRefObject
. This struct defines function pointers to simulate the C++ virtual functions.