ezEngine  Release 25.03
ezDetourCrowdAgentComponent Member List

This is the complete list of members for ezDetourCrowdAgentComponent, including all inherited members.

ClearTargetPosition() override (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentvirtual
Deinitialize()ezComponentprotectedvirtual
DeserializeComponent(ezWorldReader &stream) overrideezDetourCrowdAgentComponentprotectedvirtual
EnableUnhandledMessageHandler(bool enable)ezComponentprotected
EnsureInitialized()ezComponent
EnsureSimulationStarted()ezComponent
ezAgentSteeringComponent() (defined in ezAgentSteeringComponent)ezAgentSteeringComponent
ezComponent()ezComponentprotected
ezDetourCrowdAgentComponent() (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponent
ezReflectedClass()=default (defined in ezReflectedClass)ezReflectedClass
FillAgentParams(ezDetourCrowdAgentParams &out_params) const (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentprotected
GetActiveFlag() constezComponent
GetActualTargetPosition() constezDetourCrowdAgentComponentinline
GetAngularSpeed() const (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentinline
GetDirectionToNextPathCorner(const ezVec3 &vCurrentPos, const struct dtCrowdAgent *pDtAgent) const (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentprotected
GetDynamicRTTI() const (defined in ezReflectedClass)ezReflectedClassinlinevirtual
GetHandle() constezComponent
GetHeight() const (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentinline
GetMaxAcceleration() const (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentinline
GetMaxAngularSpeed() const (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentinline
GetMaxSpeed() const (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentinline
GetMode() const =0 (defined in ezComponent)ezComponentprotectedpure virtual
GetOwner()ezComponent
GetOwner() constezComponent
GetOwningManager()ezComponent
GetOwningManager() constezComponent
GetPathToTargetState() const override (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentinlinevirtual
GetPushiness() const (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentinline
GetRadius() const (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentinline
GetRotationMode() const (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentinline
GetStaticRTTI() (defined in ezNoBase)ezNoBaseinlinestatic
GetStoppingDistance() const (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentinline
GetTargetPosition() const override (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentinlinevirtual
GetTypeId() const =0 (defined in ezComponent)ezComponentprotectedpure virtual
GetUniqueID() constezComponent
GetUserFlag(ezUInt8 uiFlagIndex) constezComponent
GetVelocity() const (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentinline
GetWorld()ezComponent
GetWorld() constezComponent
HandlesMessage(const ezMessage &msg) constezComponentvirtual
Initialize()ezComponentprotectedvirtual
IsActive() constezComponent
IsActiveAndInitialized() constezComponent
IsActiveAndSimulating() constezComponent
IsDynamic() constezComponentprotected
IsInitialized() const (defined in ezComponent)ezComponentprotected
IsInitializing() const (defined in ezComponent)ezComponentprotected
IsInstanceOf(const ezRTTI *pType) constezReflectedClass
IsInstanceOf() constezReflectedClassinline
IsSimulationStarted() const (defined in ezComponent)ezComponentprotected
m_AngularSpeed (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentprotected
m_fHeight (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentprotected
m_fMaxAcceleration (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentprotected
m_fMaxSpeed (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentprotected
m_fPushiness (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentprotected
m_fRadius (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentprotected
m_fStoppingDistance (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentprotected
m_iAgentId (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentprotected
m_MaxAngularSpeed (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentprotected
m_PathToTargetState (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentprotected
m_pMessageDispatchTypeezComponentprotected
m_RotationMode (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentprotected
m_SteeringEvents (defined in ezAgentSteeringComponent)ezAgentSteeringComponent
m_uiErrorBit (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentprotected
m_uiOwnerId (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentprotected
m_uiParamsDirtyBit (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentprotected
m_uiSteeringFailedBit (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentprotected
m_uiTargetDirtyBit (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentprotected
m_vActualTargetPosition (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentprotected
m_vTargetPosition (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentprotected
m_vVelocity (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentprotected
OnActivated()ezComponentprotectedvirtual
OnDeactivated() overrideezDetourCrowdAgentComponentprotectedvirtual
OnSimulationStarted()ezComponentprotectedvirtual
OnUnhandledMessage(ezMessage &msg, bool bWasPostedMsg)ezComponentprotectedvirtual
OnUnhandledMessage(ezMessage &msg, bool bWasPostedMsg) constezComponentprotectedvirtual
PostMessage(const ezMessage &msg, ezTime delay=ezTime::MakeZero(), ezObjectMsgQueueType::Enum queueType=ezObjectMsgQueueType::NextFrame) constezComponent
RotateTowardsDirection(const ezQuat &qCurrentRot, const ezVec3 &vTargetDir, ezAngle &out_angularSpeed) const (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentprotected
SendMessage(ezMessage &ref_msg)ezComponentinline
SendMessage(ezMessage &ref_msg) const (defined in ezComponent)ezComponentinline
SerializeComponent(ezWorldWriter &stream) const overrideezDetourCrowdAgentComponentprotectedvirtual
SetActiveFlag(bool bEnabled)ezComponent
SetCreatedByPrefab()ezComponentinline
SetHeight(float fHeight) (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponent
SetMaxAcceleration(float fMaxAcceleration) (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponent
SetMaxAngularSpeed(ezAngle maxAngularSpeed) (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponent
SetMaxSpeed(float fMaxSpeed) (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponent
SetPushiness(float fPushiness)ezDetourCrowdAgentComponent
SetRadius(float fRadius) (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponent
SetRotationMode(ezDetourCrowdAgentRotationMode::Enum rotationMode) (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentinline
SetStoppingDistance(float fStoppingDistance)ezDetourCrowdAgentComponent
SetTargetPosition(const ezVec3 &vPosition) overrideezDetourCrowdAgentComponentvirtual
SetUniqueID(ezUInt32 uiUniqueID)ezComponent
SetUserFlag(ezUInt8 uiFlagIndex, bool bSet)ezComponent
SyncRotation(const ezVec3 &vPosition, ezQuat &inout_qRotation, const ezVec3 &vVelocity, const struct dtCrowdAgent *pDtAgent) (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentprotected
SyncTransform(const struct dtCrowdAgent *pDtAgent, bool bTeleport) (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponentprotected
WasCreatedByPrefab() constezComponentinline
~ezAgentSteeringComponent() (defined in ezAgentSteeringComponent)ezAgentSteeringComponent
~ezComponent() (defined in ezComponent)ezComponentprotectedvirtual
~ezDetourCrowdAgentComponent() (defined in ezDetourCrowdAgentComponent)ezDetourCrowdAgentComponent
~ezReflectedClass()=default (defined in ezReflectedClass)ezReflectedClassvirtual