gwnavruntime/visualdebug/messages/frameblob.h Source File
Go to the documentation of this file.
9 #ifndef Navigation_FrameBlob_H
10 #define Navigation_FrameBlob_H
23 KY_ROOT_BLOB_CLASS(VisualDebugMessage, FrameBlob, 2)
28 , m_simulationTimeInSeconds(0.f)
29 , m_gameFrameTimeInSeconds(0.f)
39 SwapEndianness(e,
self.m_frameNumber);
40 SwapEndianness(e,
self.m_simulationTimeInSeconds);
41 SwapEndianness(e,
self.m_gameFrameTimeInSeconds);
Target
Enumerates the possible endianness types relative to the current platform.
Definition: endianness.h:35
Definition: gamekitcrowddispersion.h:20
unsigned int KyUInt32
Type used internally to represent an unsigned 32-bit integer.
Definition: types.h:36
float KyFloat32
Type used internally to represent a 32-bit floating-point number.
Definition: types.h:43