Definition at line 7 of file ObjectNoImpl.hh.
Public Member Functions | |
ObjectNoImpl (const System::MapdataGeoObj ¶ms) | |
void | load () override |
void | createCollision () override |
void | calcCollisionTransform () override |
![]() | |
ObjectBase (const System::MapdataGeoObj ¶ms) | |
virtual void | init () |
virtual void | calc () |
virtual void | calcModel () |
virtual void | loadRail () |
virtual u32 | loadFlags () const |
virtual const char * | getKclName () const |
virtual const EGG::Vector3f & | getPosition () const |
virtual f32 | getCollisionRadius () const |
ObjectId | id () const |
Additional Inherited Members | |
![]() | |
void | calcTransform () |
![]() | |
ObjectId | m_id |
RailInterpolator * | m_railInterpolator |
BoxColUnit * | m_boxColUnit |
u16 | m_flags |
EGG::Vector3f | m_pos |
EGG::Vector3f | m_rot |
EGG::Vector3f | m_scale |
EGG::Matrix34f | m_transform |
const System::MapdataGeoObj * | m_mapObj |
Field::ObjectNoImpl::ObjectNoImpl | ( | const System::MapdataGeoObj & | params | ) |
Definition at line 7 of file ObjectNoImpl.cc.
|
inlineoverridevirtual |
Implements Field::ObjectBase.
Definition at line 14 of file ObjectNoImpl.hh.
|
inlineoverridevirtual |
Implements Field::ObjectBase.
Definition at line 13 of file ObjectNoImpl.hh.
|
overridevirtual |
Implements Field::ObjectBase.
Definition at line 11 of file ObjectNoImpl.cc.