![]() |
XII Release 0.1.0
|
Can be sent by character controllers to inform objects when a CC pushes into them. More...
#include <PhysicsWorldModule.h>
Public Member Functions | |
| XII_DECLARE_MESSAGE_TYPE (xiiMsgPhysicCharacterContact, 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 | |
| xiiComponentHandle | m_hCharacter |
| xiiVec3 | m_vGlobalPosition |
| xiiVec3 | m_vNormal |
| xiiVec3 | m_vCharacterVelocity |
| float | m_fImpact |
Additional Inherited Members | |
Static Public Member Functions inherited from xiiNoBase | |
| static const xiiRTTI * | GetStaticRTTI () |
Can be sent by character controllers to inform objects when a CC pushes into them.
Whether this message is sent, depends on the character controller implementation. This is mainly meant for less important interactions, like breaking decorative things.