Module bhkSerializable

Source
Expand description

§bhkSerializable

This module defines the bhkSerializable struct, which inherits from bhkRefObject and represents a serializable object in the physics world. It includes virtual function pointers for C++ compatibility and maintains the original memory layout.

Structs§

bhkSerializable
Represents a serializable object in the physics world. Inherits from bhkRefObject.
bhkSerializableVtbl
The virtual function table for bhkSerializable.