|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <TransportMgr.h>
Public Member Functions | |
| TransportAnimationEntry const * | GetAnimNode (uint32 time) const |
| G3D::Quat | GetAnimRotation (uint32 time) const |
| TransportAnimationEntry const * | GetNextAnimNode (uint32 time) const |
| TransportAnimationEntry const * | GetPrevAnimNode (uint32 time) const |
| TransportAnimation () | |
Public Attributes | |
| TransportPathContainer | Path |
| TransportPathRotationContainer | Rotations |
| uint32 | TotalTime |
Definition at line 72 of file TransportMgr.h.
|
inline |
Definition at line 74 of file TransportMgr.h.
References TotalTime.
| TransportAnimationEntry const * TransportAnimation::GetAnimNode | ( | uint32 | time | ) | const |
Definition at line 508 of file TransportMgr.cpp.
References Path.
| G3D::Quat TransportAnimation::GetAnimRotation | ( | uint32 | time | ) | const |
Definition at line 547 of file TransportMgr.cpp.
References Rotations, TransportRotationEntry::W, TransportRotationEntry::X, TransportRotationEntry::Y, and TransportRotationEntry::Z.
| TransportAnimationEntry const * TransportAnimation::GetNextAnimNode | ( | uint32 | time | ) | const |
Definition at line 535 of file TransportMgr.cpp.
References Path.
| TransportAnimationEntry const * TransportAnimation::GetPrevAnimNode | ( | uint32 | time | ) | const |
Definition at line 520 of file TransportMgr.cpp.
References Path.
| TransportPathContainer TransportAnimation::Path |
Definition at line 76 of file TransportMgr.h.
Referenced by TransportMgr::AddPathNodeToTransport(), GetAnimNode(), GetNextAnimNode(), GetPrevAnimNode(), and Transport::Update().
| TransportPathRotationContainer TransportAnimation::Rotations |
Definition at line 77 of file TransportMgr.h.
Referenced by GetAnimRotation().
| uint32 TransportAnimation::TotalTime |
Definition at line 78 of file TransportMgr.h.
Referenced by TransportMgr::AddPathNodeToTransport(), and TransportAnimation().