gwnavruntime/pathfollower/collidercollectorconfig.h Source File
Go to the documentation of this file.
37 bool operator!=(
const ColliderCollectorConfig& other)
const
39 return !operator==(other);
60 SwapEndianness(e,
self.m_colliderCollectorRadius);
61 SwapEndianness(e,
self.m_colliderCollectorHalfHeight);
62 SwapEndianness(e,
self.m_colliderCollectorFramesBetweenUpdates);
std::uint32_t KyUInt32
uint32_t
Definition: types.h:29
Class that configures how the Bot collects colliders (other bots, obstacles) around.
Definition: collidercollectorconfig.h:15
KyUInt32 m_colliderCollectorFramesBetweenUpdates
Defines the number of frames between two consecutive collection of potential colliders.
Definition: collidercollectorconfig.h:55
#define KY_DEFINE_NEW_DELETE_OPERATORS(MemStat)
This macro defines new and delete operators.
Definition: memory.h:132
Target
Enumerates the possible endianness types relative to the current platform.
Definition: endianness.h:27
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17
KyFloat32 m_colliderCollectorRadius
Defines the radius around the Bot in which potential colliders will be collected. ...
Definition: collidercollectorconfig.h:47
void SetDefaults()
Sets all members to their default value.
Definition: collidercollectorconfig.h:23
KyFloat32 m_colliderCollectorHalfHeight
Defines the height above and below the Bot altitude in which potential colliders will be collected...
Definition: collidercollectorconfig.h:51
float KyFloat32
float
Definition: types.h:32