#include <CarlaRecorderAnimBiker.h>
Public Member Functions | |
void | Read (std::istream &InFile) |
void | Write (std::ostream &OutFile) const |
Public Attributes | |
uint32_t | DatabaseId |
float | EngineRotation { 0.0f } |
float | ForwardSpeed { 0.0f } |
Definition at line 13 of file CarlaRecorderAnimBiker.h.
void CarlaRecorderAnimBiker::Read | ( | std::istream & | InFile | ) |
Definition at line 18 of file CarlaRecorderAnimBiker.cpp.
References DatabaseId, EngineRotation, and ForwardSpeed.
Referenced by CarlaReplayer::ProcessAnimBiker(), and CarlaRecorderAnimBikers::Read().
void CarlaRecorderAnimBiker::Write | ( | std::ostream & | OutFile | ) | const |
Definition at line 11 of file CarlaRecorderAnimBiker.cpp.
References DatabaseId, EngineRotation, and ForwardSpeed.
uint32_t CarlaRecorderAnimBiker::DatabaseId |
Definition at line 15 of file CarlaRecorderAnimBiker.h.
Referenced by FFrameData::PlayFrameData(), CarlaReplayer::ProcessAnimBiker(), CarlaReplayerHelper::ProcessReplayerAnimBiker(), FFrameData::ProcessReplayerAnimBiker(), Read(), and Write().
float CarlaRecorderAnimBiker::EngineRotation { 0.0f } |
Definition at line 17 of file CarlaRecorderAnimBiker.h.
Referenced by CarlaReplayerHelper::ProcessReplayerAnimBiker(), FFrameData::ProcessReplayerAnimBiker(), Read(), and Write().
float CarlaRecorderAnimBiker::ForwardSpeed { 0.0f } |
Definition at line 16 of file CarlaRecorderAnimBiker.h.
Referenced by CarlaReplayerHelper::ProcessReplayerAnimBiker(), FFrameData::ProcessReplayerAnimBiker(), Read(), and Write().