![]() |
XII Release 0.1.0
|
Sent to physics components that have contact reporting enabled (see xiiOnJoltContact::SendContactMsg). More...
#include <PhysicsWorldModule.h>
Public Member Functions | |
| XII_DECLARE_MESSAGE_TYPE (xiiMsgPhysicContact, xiiMessage) | |
Public Member Functions inherited from xiiReflectedClass | |
| virtual const xiiRTTI * | GetDynamicRTTI () const |
| bool | IsInstanceOf (const xiiRTTI *pType) const |
| Returns whether the type of this instance is of the given type or derived from it. | |
| template<typename T> | |
| XII_ALWAYS_INLINE bool | IsInstanceOf () const |
| Returns whether the type of this instance is of the given type or derived from it. | |
Public Attributes | |
| xiiVec3 | m_vGlobalPosition |
| xiiVec3 | m_vNormal |
| float | m_fImpactSqr |
Additional Inherited Members | |
Static Public Member Functions inherited from xiiNoBase | |
| static const xiiRTTI * | GetStaticRTTI () |
Sent to physics components that have contact reporting enabled (see xiiOnJoltContact::SendContactMsg).
Only sent for certain physics object combinations, e.g. debris doesn't trigger this. The reported contact position and normal is an average of the contact manifold. This is mainly meant for less important interactions, like breaking decorative things.