gwnavruntime/visualdebug/messages/frameblob.h Source File
Go to the documentation of this file.
21 KY_ROOT_BLOB_CLASS(VisualDebugMessage, EndOfFrameBlob, 2)
26 , m_simulationTimeInSeconds(0.f)
27 , m_gameFrameTimeInSeconds(0.f)
37 SwapEndianness(e,
self.m_frameNumber);
38 SwapEndianness(e,
self.m_simulationTimeInSeconds);
39 SwapEndianness(e,
self.m_gameFrameTimeInSeconds);
std::uint32_t KyUInt32
uint32_t
Definition: types.h:29
Target
Enumerates the possible endianness types relative to the current platform.
Definition: endianness.h:27
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17
float KyFloat32
float
Definition: types.h:32