AddAgent(CrowdAgent *agent, const Vector3 &pos) | Urho3D::CrowdManager | protected |
AddRef() | Urho3D::RefCounted | |
AddReplicationState(ComponentReplicationState *state) | Urho3D::Component | |
AllocateNetworkState() | Urho3D::Serializable | |
Animatable(Context *context) | Urho3D::Animatable | explicit |
animatedNetworkAttributes_ | Urho3D::Animatable | protected |
animationEnabled_ | Urho3D::Animatable | protected |
ApplyAttributes() override | Urho3D::CrowdManager | virtual |
attributeAnimationInfos_ | Urho3D::Animatable | protected |
blockEvents_ | Urho3D::Object | private |
Cast() | Urho3D::Object | inline |
Cast() const | Urho3D::Object | inline |
CleanupConnection(Connection *connection) | Urho3D::Component | |
Component(Context *context) | Urho3D::Component | explicit |
context_ | Urho3D::Object | protected |
CreateCrowd() | Urho3D::CrowdManager | protected |
crowd_ | Urho3D::CrowdManager | private |
CrowdAgent (defined in Urho3D::CrowdManager) | Urho3D::CrowdManager | friend |
CrowdManager(Context *context) | Urho3D::CrowdManager | explicit |
DoAutoRemove(AutoRemoveMode mode) | Urho3D::Component | protected |
DrawDebugGeometry(DebugRenderer *debug, bool depthTest) override | Urho3D::CrowdManager | virtual |
DrawDebugGeometry(bool depthTest) | Urho3D::CrowdManager | |
enabled_ | Urho3D::Component | protected |
eventHandlers_ | Urho3D::Object | private |
FindAttributeAnimationTarget(const String &name, String &outName) | Urho3D::Animatable | protectedvirtual |
FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) const | Urho3D::Object | private |
FindNearestPoint(const Vector3 &point, int queryFilterType, dtPolyRef *nearestRef=nullptr) | Urho3D::CrowdManager | |
FindPath(Vector< Vector3 > &dest, const Vector3 &start, const Vector3 &end, int queryFilterType) | Urho3D::CrowdManager | |
FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) const | Urho3D::Object | private |
FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) const | Urho3D::Object | private |
GetAgents(Node *node=nullptr, bool inCrowdFilter=true) const | Urho3D::CrowdManager | |
GetAnimationEnabled() const | Urho3D::Animatable | inline |
GetAreaCost(unsigned queryFilterType, unsigned areaID) const | Urho3D::CrowdManager | |
GetAttribute(unsigned index) const | Urho3D::Serializable | |
GetAttribute(const String &name) const | Urho3D::Serializable | |
GetAttributeAnimation(const String &name) const | Urho3D::Animatable | |
GetAttributeAnimationInfo(const String &name) const | Urho3D::Animatable | protected |
GetAttributeAnimationSpeed(const String &name) const | Urho3D::Animatable | |
GetAttributeAnimationTime(const String &name) const | Urho3D::Animatable | |
GetAttributeAnimationWrapMode(const String &name) const | Urho3D::Animatable | |
GetAttributeDefault(unsigned index) const | Urho3D::Serializable | |
GetAttributeDefault(const String &name) const | Urho3D::Serializable | |
GetAttributes() const | Urho3D::Serializable | virtual |
GetBlockEvents() const | Urho3D::Object | inline |
GetCategory() const | Urho3D::Object | |
GetComponent(StringHash type) const | Urho3D::Component | |
GetComponent() const | Urho3D::Component | |
GetComponents(Vector< Component * > &dest, StringHash type) const | Urho3D::Component | |
GetComponents(Vector< T * > &dest) const | Urho3D::Component | |
GetContext() const | Urho3D::Object | inline |
GetCrowd() const | Urho3D::CrowdManager | inlineprotected |
GetDependencyNodes(Vector< Node * > &dest) | Urho3D::Component | virtual |
GetDetourCrowdAgent(int agent) const | Urho3D::CrowdManager | protected |
GetDetourQueryFilter(unsigned queryFilterType) const | Urho3D::CrowdManager | protected |
GetDistanceToWall(const Vector3 &point, float radius, int queryFilterType, Vector3 *hitPos=nullptr, Vector3 *hitNormal=nullptr) | Urho3D::CrowdManager | |
GetEventDataMap() const | Urho3D::Object | |
GetEventHandler() const | Urho3D::Object | |
GetEventSender() const | Urho3D::Object | |
GetExcludeFlags(unsigned queryFilterType) const | Urho3D::CrowdManager | |
GetFixedUpdateSource() | Urho3D::Component | protected |
GetGlobalVar(StringHash key) const | Urho3D::Object | |
GetGlobalVars() const | Urho3D::Object | |
GetID() const | Urho3D::Component | inline |
GetIncludeFlags(unsigned queryFilterType) const | Urho3D::CrowdManager | |
GetInstanceDefault(const String &name) const | Urho3D::Serializable | private |
GetInterceptNetworkUpdate(const String &attributeName) const | Urho3D::Serializable | |
GetMaxAgentRadius() const | Urho3D::CrowdManager | inline |
GetMaxAgents() const | Urho3D::CrowdManager | inline |
GetNavigationMesh() const | Urho3D::CrowdManager | inline |
GetNetworkAttributes() const | Urho3D::Serializable | virtual |
GetNetworkState() const | Urho3D::Serializable | inline |
GetNode() const | Urho3D::Component | inline |
GetNumAreas(unsigned queryFilterType) const | Urho3D::CrowdManager | |
GetNumAttributes() const | Urho3D::Serializable | |
GetNumNetworkAttributes() const | Urho3D::Serializable | |
GetNumObstacleAvoidanceTypes() const | Urho3D::CrowdManager | inline |
GetNumQueryFilterTypes() const | Urho3D::CrowdManager | inline |
GetObjectAnimation() const | Urho3D::Animatable | |
GetObjectAnimationAttr() const | Urho3D::Animatable | |
GetObstacleAvoidanceParams(unsigned obstacleAvoidanceType) const | Urho3D::CrowdManager | |
GetObstacleAvoidanceTypesAttr() const | Urho3D::CrowdManager | |
GetQueryFilterTypesAttr() const | Urho3D::CrowdManager | |
GetRandomPoint(int queryFilterType, dtPolyRef *randomRef=nullptr) | Urho3D::CrowdManager | |
GetRandomPointInCircle(const Vector3 ¢er, float radius, int queryFilterType, dtPolyRef *randomRef=nullptr) | Urho3D::CrowdManager | |
GetScene() const | Urho3D::Component | |
GetSubsystem(StringHash type) const | Urho3D::Object | |
GetSubsystem() const | Urho3D::Object | |
GetType() const =0 | Urho3D::Object | pure virtual |
GetTypeInfo() const =0 | Urho3D::Object | pure virtual |
GetTypeInfoStatic() | Urho3D::Object | inlinestatic |
GetTypeName() const =0 | Urho3D::Object | pure virtual |
HandleAttributeAnimationAdded(StringHash eventType, VariantMap &eventData) | Urho3D::Animatable | protected |
HandleAttributeAnimationRemoved(StringHash eventType, VariantMap &eventData) | Urho3D::Animatable | protected |
HandleAttributeAnimationUpdate(StringHash eventType, VariantMap &eventData) | Urho3D::Component | protected |
HandleComponentAdded(StringHash eventType, VariantMap &eventData) | Urho3D::CrowdManager | private |
HandleNavMeshChanged(StringHash eventType, VariantMap &eventData) | Urho3D::CrowdManager | private |
HandleSceneSubsystemUpdate(StringHash eventType, VariantMap &eventData) | Urho3D::CrowdManager | private |
HasEventHandlers() const | Urho3D::Object | inline |
HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
id_ | Urho3D::Component | protected |
instanceDefaultValues_ | Urho3D::Serializable | private |
IsAnimatedNetworkAttribute(const AttributeInfo &attrInfo) const | Urho3D::Animatable | protected |
IsEnabled() const | Urho3D::Component | inline |
IsEnabledEffective() const | Urho3D::Component | |
IsInstanceOf(StringHash type) const | Urho3D::Object | |
IsInstanceOf(const TypeInfo *typeInfo) const | Urho3D::Object | |
IsInstanceOf() const | Urho3D::Object | inline |
IsReplicated() const | Urho3D::Component | |
IsTemporary() const | Urho3D::Serializable | inline |
Load(Deserializer &source) | Urho3D::Serializable | virtual |
LoadJSON(const JSONValue &source) override | Urho3D::Animatable | virtual |
LoadXML(const XMLElement &source) override | Urho3D::Animatable | virtual |
MarkNetworkUpdate() override | Urho3D::Component | virtual |
maxAgentRadius_ | Urho3D::CrowdManager | private |
maxAgents_ | Urho3D::CrowdManager | private |
MoveAlongSurface(const Vector3 &start, const Vector3 &end, int queryFilterType, int maxVisited=3) | Urho3D::CrowdManager | |
navigationMesh_ | Urho3D::CrowdManager | private |
navigationMeshId_ | Urho3D::CrowdManager | private |
networkState_ | Urho3D::Serializable | protected |
networkUpdate_ | Urho3D::Component | protected |
node_ | Urho3D::Component | protected |
numAreas_ | Urho3D::CrowdManager | private |
numObstacleAvoidanceTypes_ | Urho3D::CrowdManager | private |
numQueryFilterTypes_ | Urho3D::CrowdManager | private |
Object(Context *context) | Urho3D::Object | explicit |
objectAnimation_ | Urho3D::Animatable | protected |
OnAttributeAnimationAdded() override | Urho3D::Component | protectedvirtual |
OnAttributeAnimationRemoved() override | Urho3D::Component | protectedvirtual |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
OnGetAttribute(const AttributeInfo &attr, Variant &dest) const | Urho3D::Serializable | virtual |
OnMarkedDirty(Node *node) | Urho3D::Component | protectedvirtual |
OnNodeSet(Node *node) | Urho3D::Component | protectedvirtual |
OnNodeSetEnabled(Node *node) | Urho3D::Component | protectedvirtual |
OnObjectAnimationAdded(ObjectAnimation *objectAnimation) | Urho3D::Animatable | protected |
OnObjectAnimationRemoved(ObjectAnimation *objectAnimation) | Urho3D::Animatable | protected |
OnSceneSet(Scene *scene) override | Urho3D::CrowdManager | protectedvirtual |
OnSetAttribute(const AttributeInfo &attr, const Variant &src) | Urho3D::Serializable | virtual |
OnSetEnabled() | Urho3D::Component | inlinevirtual |
operator=(const RefCounted &rhs)=delete | Urho3D::RefCounted | |
PrepareNetworkUpdate() | Urho3D::Component | |
Raycast(const Vector3 &start, const Vector3 &end, int queryFilterType, Vector3 *hitNormal=nullptr) | Urho3D::CrowdManager | |
ReadDeltaUpdate(Deserializer &source) | Urho3D::Serializable | |
ReadLatestDataUpdate(Deserializer &source) | Urho3D::Serializable | |
refCount_ | Urho3D::RefCounted | private |
RefCounted() | Urho3D::RefCounted | |
RefCounted(const RefCounted &rhs)=delete | Urho3D::RefCounted | |
RefCountPtr() | Urho3D::RefCounted | inline |
Refs() const | Urho3D::RefCounted | |
RegisterObject(Context *context) | Urho3D::CrowdManager | static |
ReleaseRef() | Urho3D::RefCounted | |
Remove() | Urho3D::Component | |
RemoveAgent(CrowdAgent *agent) | Urho3D::CrowdManager | protected |
RemoveAttributeAnimation(const String &name) | Urho3D::Animatable | |
RemoveEventSender(Object *sender) | Urho3D::Object | private |
RemoveInstanceDefault() | Urho3D::Serializable | |
RemoveObjectAnimation() | Urho3D::Animatable | |
ResetCrowdTarget(Node *node=nullptr) | Urho3D::CrowdManager | |
ResetToDefault() | Urho3D::Serializable | |
Save(Serializer &dest) const override | Urho3D::Component | virtual |
SaveDefaultAttributes() const | Urho3D::Serializable | inlinevirtual |
SaveJSON(JSONValue &dest) const override | Urho3D::Component | virtual |
SaveXML(XMLElement &dest) const override | Urho3D::Component | virtual |
SendEvent(StringHash eventType) | Urho3D::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
SendEvent(StringHash eventType, Args... args) | Urho3D::Object | inline |
Serializable(Context *context) | Urho3D::Serializable | explicit |
SetAnimationEnabled(bool enable) | Urho3D::Animatable | |
SetAnimationTime(float time) | Urho3D::Animatable | |
SetAreaCost(unsigned queryFilterType, unsigned areaID, float cost) | Urho3D::CrowdManager | |
SetAttribute(unsigned index, const Variant &value) | Urho3D::Serializable | |
SetAttribute(const String &name, const Variant &value) | Urho3D::Serializable | |
SetAttributeAnimation(const String &name, ValueAnimation *attributeAnimation, WrapMode wrapMode=WM_LOOP, float speed=1.0f) | Urho3D::Animatable | |
SetAttributeAnimationSpeed(const String &name, float speed) | Urho3D::Animatable | |
SetAttributeAnimationTime(const String &name, float time) | Urho3D::Animatable | |
SetAttributeAnimationWrapMode(const String &name, WrapMode wrapMode) | Urho3D::Animatable | |
SetBlockEvents(bool block) | Urho3D::Object | inline |
SetCrowdTarget(const Vector3 &position, Node *node=nullptr) | Urho3D::CrowdManager | |
SetCrowdVelocity(const Vector3 &velocity, Node *node=nullptr) | Urho3D::CrowdManager | |
SetEnabled(bool enable) | Urho3D::Component | |
SetExcludeFlags(unsigned queryFilterType, unsigned short flags) | Urho3D::CrowdManager | |
SetGlobalVar(StringHash key, const Variant &value) | Urho3D::Object | |
SetID(ComponentId id) | Urho3D::Component | protected |
SetIncludeFlags(unsigned queryFilterType, unsigned short flags) | Urho3D::CrowdManager | |
SetInstanceDefault(bool enable) | Urho3D::Serializable | inline |
SetInstanceDefault(const String &name, const Variant &defaultValue) | Urho3D::Serializable | private |
setInstanceDefault_ | Urho3D::Serializable | private |
SetInterceptNetworkUpdate(const String &attributeName, bool enable) | Urho3D::Serializable | |
SetMaxAgentRadius(float maxAgentRadius) | Urho3D::CrowdManager | |
SetMaxAgents(i32 maxAgents) | Urho3D::CrowdManager | |
SetNavigationMesh(NavigationMesh *navMesh) | Urho3D::CrowdManager | |
SetNode(Node *node) | Urho3D::Component | protected |
SetObjectAnimation(ObjectAnimation *objectAnimation) | Urho3D::Animatable | |
SetObjectAnimationAttr(const ResourceRef &value) | Urho3D::Animatable | |
SetObjectAttributeAnimation(const String &name, ValueAnimation *attributeAnimation, WrapMode wrapMode, float speed) | Urho3D::Animatable | protected |
SetObstacleAvoidanceParams(unsigned obstacleAvoidanceType, const CrowdObstacleAvoidanceParams ¶ms) | Urho3D::CrowdManager | |
SetObstacleAvoidanceTypesAttr(const VariantVector &value) | Urho3D::CrowdManager | |
SetQueryFilterTypesAttr(const VariantVector &value) | Urho3D::CrowdManager | |
SetTemporary(bool enable) | Urho3D::Serializable | |
SubscribeToEvent(StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Urho3D::Object | |
temporary_ | Urho3D::Serializable | private |
UnsubscribeFromAllEvents() | Urho3D::Object | |
UnsubscribeFromAllEventsExcept(const Vector< StringHash > &exceptions, bool onlyUserData) | Urho3D::Object | |
UnsubscribeFromEvent(StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvent(Object *sender, StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvents(Object *sender) | Urho3D::Object | |
Update(float delta) | Urho3D::CrowdManager | protected |
UpdateAttributeAnimations(float timeStep) | Urho3D::Animatable | protected |
URHO3D_OBJECT(CrowdManager, Component) (defined in Urho3D::CrowdManager) | Urho3D::CrowdManager | private |
WeakRefs() const | Urho3D::RefCounted | |
WriteDeltaUpdate(Serializer &dest, const DirtyBits &attributeBits, unsigned char timeStamp) | Urho3D::Serializable | |
WriteInitialDeltaUpdate(Serializer &dest, unsigned char timeStamp) | Urho3D::Serializable | |
WriteLatestDataUpdate(Serializer &dest, unsigned char timeStamp) | Urho3D::Serializable | |
~Animatable() override | Urho3D::Animatable | |
~Component() override | Urho3D::Component | |
~CrowdManager() override | Urho3D::CrowdManager | |
~Object() override | Urho3D::Object | |
~RefCounted() | Urho3D::RefCounted | virtual |
~Serializable() override | Urho3D::Serializable | |