#include <CarlaRecorderAnimBiker.h>
Public 成员函数 | |
void | Read (std::istream &InFile) |
void | Write (std::ostream &OutFile) const |
Public 属性 | |
uint32_t | DatabaseId |
float | EngineRotation { 0.0f } |
float | ForwardSpeed { 0.0f } |
在文件 CarlaRecorderAnimBiker.h 第 13 行定义.
void CarlaRecorderAnimBiker::Read | ( | std::istream & | InFile | ) |
在文件 CarlaRecorderAnimBiker.cpp 第 18 行定义.
引用了 DatabaseId, EngineRotation , 以及 ForwardSpeed.
被这些函数引用 CarlaReplayer::ProcessAnimBiker() , 以及 CarlaRecorderAnimBikers::Read().
void CarlaRecorderAnimBiker::Write | ( | std::ostream & | OutFile | ) | const |
在文件 CarlaRecorderAnimBiker.cpp 第 11 行定义.
引用了 DatabaseId, EngineRotation , 以及 ForwardSpeed.
uint32_t CarlaRecorderAnimBiker::DatabaseId |
float CarlaRecorderAnimBiker::EngineRotation { 0.0f } |
在文件 CarlaRecorderAnimBiker.h 第 17 行定义.
被这些函数引用 FFrameData::ProcessReplayerAnimBiker(), CarlaReplayerHelper::ProcessReplayerAnimBiker(), Read() , 以及 Write().
float CarlaRecorderAnimBiker::ForwardSpeed { 0.0f } |
在文件 CarlaRecorderAnimBiker.h 第 16 行定义.
被这些函数引用 FFrameData::ProcessReplayerAnimBiker(), CarlaReplayerHelper::ProcessReplayerAnimBiker(), Read() , 以及 Write().