![]() |
XII Release 0.1.0
|
Public Member Functions | |
XII_ADD_DYNAMIC_REFLECTION (xiiSurfaceResourceDescriptor, xiiReflectedClass) | |
void | Load (xiiStreamReader &ref_stream) |
void | Save (xiiStreamWriter &ref_stream) const |
void | SetCollisionInteraction (xiiStringView sName) |
xiiStringView | GetCollisionInteraction () const |
void | SetSlideReactionPrefabFile (xiiStringView sFile) |
xiiStringView | GetSlideReactionPrefabFile () const |
void | SetRollReactionPrefabFile (xiiStringView sFile) |
xiiStringView | GetRollReactionPrefabFile () const |
![]() | |
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 | |
xiiSurfaceResourceHandle | m_hBaseSurface |
float | m_fPhysicsRestitution |
float | m_fPhysicsFrictionStatic |
float | m_fPhysicsFrictionDynamic |
xiiHashedString | m_sOnCollideInteraction |
xiiHashedString | m_sSlideInteractionPrefab |
xiiHashedString | m_sRollInteractionPrefab |
xiiHybridArray< xiiSurfaceInteraction, 16 > | m_Interactions |
Additional Inherited Members | |
![]() | |
static const xiiRTTI * | GetStaticRTTI () |