| AddRef() | Urho3D::RefCounted | |
| AddReplicationState(ComponentReplicationState *state) | Urho3D::Component | |
| AddTile(const PODVector< unsigned char > &tileData) | Urho3D::NavigationMesh | virtual |
| AddTriMeshGeometry(NavBuildData *build, Geometry *geometry, const Matrix3x4 &transform) | Urho3D::NavigationMesh | protected |
| agentHeight_ | Urho3D::NavigationMesh | protected |
| agentMaxClimb_ | Urho3D::NavigationMesh | protected |
| agentMaxSlope_ | Urho3D::NavigationMesh | protected |
| agentRadius_ | Urho3D::NavigationMesh | protected |
| Allocate(const BoundingBox &boundingBox, unsigned maxTiles) | Urho3D::NavigationMesh | virtual |
| AllocateNetworkState() | Urho3D::Serializable | |
| Animatable(Context *context) | Urho3D::Animatable | |
| animatedNetworkAttributes_ | Urho3D::Animatable | protected |
| animationEnabled_ | Urho3D::Animatable | protected |
| ApplyAttributes() | Urho3D::Serializable | inlinevirtual |
| areas_ | Urho3D::NavigationMesh | protected |
| attributeAnimationInfos_ | Urho3D::Animatable | protected |
| boundingBox_ | Urho3D::NavigationMesh | protected |
| Build() | Urho3D::NavigationMesh | virtual |
| Build(const BoundingBox &boundingBox) | Urho3D::NavigationMesh | virtual |
| Build(const IntVector2 &from, const IntVector2 &to) | Urho3D::NavigationMesh | virtual |
| BuildTile(Vector< NavigationGeometryInfo > &geometryList, int x, int z) | Urho3D::NavigationMesh | protectedvirtual |
| BuildTiles(Vector< NavigationGeometryInfo > &geometryList, const IntVector2 &from, const IntVector2 &to) | Urho3D::NavigationMesh | protected |
| cellHeight_ | Urho3D::NavigationMesh | protected |
| cellSize_ | Urho3D::NavigationMesh | protected |
| CleanupConnection(Connection *connection) | Urho3D::Component | |
| CollectGeometries(Vector< NavigationGeometryInfo > &geometryList) | Urho3D::NavigationMesh | protected |
| CollectGeometries(Vector< NavigationGeometryInfo > &geometryList, Node *node, HashSet< Node * > &processedNodes, bool recursive) | Urho3D::NavigationMesh | protected |
| Component(Context *context) | Urho3D::Component | |
| context_ | Urho3D::Object | protected |
| CrowdManager (defined in Urho3D::NavigationMesh) | Urho3D::NavigationMesh | friend |
| detailSampleDistance_ | Urho3D::NavigationMesh | protected |
| detailSampleMaxError_ | Urho3D::NavigationMesh | protected |
| DoAutoRemove(AutoRemoveMode mode) | Urho3D::Component | protected |
| DrawDebugGeometry(DebugRenderer *debug, bool depthTest) | Urho3D::NavigationMesh | virtual |
| DrawDebugGeometry(bool depthTest) | Urho3D::NavigationMesh | |
| drawNavAreas_ | Urho3D::NavigationMesh | protected |
| drawOffMeshConnections_ | Urho3D::NavigationMesh | protected |
| edgeMaxError_ | Urho3D::NavigationMesh | protected |
| edgeMaxLength_ | Urho3D::NavigationMesh | protected |
| enabled_ | Urho3D::Component | protected |
| FindAttributeAnimationTarget(const String &name, String &outName) | Urho3D::Animatable | protectedvirtual |
| FindNearestPoint(const Vector3 &point, const Vector3 &extents=Vector3::ONE, const dtQueryFilter *filter=0, dtPolyRef *nearestRef=0) | Urho3D::NavigationMesh | |
| FindPath(PODVector< Vector3 > &dest, const Vector3 &start, const Vector3 &end, const Vector3 &extents=Vector3::ONE, const dtQueryFilter *filter=0) | Urho3D::NavigationMesh | |
| FindPath(PODVector< NavigationPathPoint > &dest, const Vector3 &start, const Vector3 &end, const Vector3 &extents=Vector3::ONE, const dtQueryFilter *filter=0) | Urho3D::NavigationMesh | |
| GetAgentHeight() const | Urho3D::NavigationMesh | inline |
| GetAgentMaxClimb() const | Urho3D::NavigationMesh | inline |
| GetAgentMaxSlope() const | Urho3D::NavigationMesh | inline |
| GetAgentRadius() const | Urho3D::NavigationMesh | inline |
| GetAnimationEnabled() const | Urho3D::Animatable | inline |
| GetAreaCost(unsigned areaID) const | Urho3D::NavigationMesh | |
| 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 |
| GetBoundingBox() const | Urho3D::NavigationMesh | inline |
| GetCategory() const | Urho3D::Object | |
| GetCellHeight() const | Urho3D::NavigationMesh | inline |
| GetCellSize() const | Urho3D::NavigationMesh | inline |
| GetComponent(StringHash type) const | Urho3D::Component | |
| GetComponent() const | Urho3D::Component | |
| GetComponents(PODVector< Component * > &dest, StringHash type) const | Urho3D::Component | |
| GetComponents(PODVector< T * > &dest) const | Urho3D::Component | |
| GetContext() const | Urho3D::Object | inline |
| GetDependencyNodes(PODVector< Node * > &dest) | Urho3D::Component | virtual |
| GetDetailSampleDistance() const | Urho3D::NavigationMesh | inline |
| GetDetailSampleMaxError() const | Urho3D::NavigationMesh | inline |
| GetDistanceToWall(const Vector3 &point, float radius, const Vector3 &extents=Vector3::ONE, const dtQueryFilter *filter=0, Vector3 *hitPos=0, Vector3 *hitNormal=0) | Urho3D::NavigationMesh | |
| GetDrawNavAreas() const | Urho3D::NavigationMesh | inline |
| GetDrawOffMeshConnections() const | Urho3D::NavigationMesh | inline |
| GetEdgeMaxError() const | Urho3D::NavigationMesh | inline |
| GetEdgeMaxLength() const | Urho3D::NavigationMesh | inline |
| GetEventDataMap() const | Urho3D::Object | |
| GetEventHandler() const | Urho3D::Object | |
| GetEventSender() const | Urho3D::Object | |
| GetFixedUpdateSource() | Urho3D::Component | protected |
| GetGlobalVar(StringHash key) const | Urho3D::Object | |
| GetGlobalVars() const | Urho3D::Object | |
| GetID() const | Urho3D::Component | inline |
| GetInterceptNetworkUpdate(const String &attributeName) const | Urho3D::Serializable | |
| GetMeshName() const | Urho3D::NavigationMesh | inline |
| GetNavigationDataAttr() const | Urho3D::NavigationMesh | virtual |
| GetNetworkAttributes() const | Urho3D::Serializable | virtual |
| GetNetworkState() const | Urho3D::Serializable | inline |
| GetNode() const | Urho3D::Component | inline |
| GetNumAttributes() const | Urho3D::Serializable | |
| GetNumNetworkAttributes() const | Urho3D::Serializable | |
| GetNumTiles() const | Urho3D::NavigationMesh | inline |
| GetObjectAnimation() const | Urho3D::Animatable | |
| GetObjectAnimationAttr() const | Urho3D::Animatable | |
| GetPadding() const | Urho3D::NavigationMesh | inline |
| GetPartitionType() const | Urho3D::NavigationMesh | inline |
| GetRandomPoint(const dtQueryFilter *filter=0, dtPolyRef *randomRef=0) | Urho3D::NavigationMesh | |
| GetRandomPointInCircle(const Vector3 ¢er, float radius, const Vector3 &extents=Vector3::ONE, const dtQueryFilter *filter=0, dtPolyRef *randomRef=0) | Urho3D::NavigationMesh | |
| GetRegionMergeSize() const | Urho3D::NavigationMesh | inline |
| GetRegionMinSize() const | Urho3D::NavigationMesh | inline |
| GetScene() const | Urho3D::Component | |
| GetSubsystem(StringHash type) const | Urho3D::Object | |
| GetSubsystem() const | Urho3D::Object | |
| GetTileBoudningBox(const IntVector2 &tile) const | Urho3D::NavigationMesh | |
| GetTileData(const IntVector2 &tile) const | Urho3D::NavigationMesh | virtual |
| GetTileGeometry(NavBuildData *build, Vector< NavigationGeometryInfo > &geometryList, BoundingBox &box) | Urho3D::NavigationMesh | protected |
| GetTileIndex(const Vector3 &position) const | Urho3D::NavigationMesh | |
| GetTileSize() const | Urho3D::NavigationMesh | inline |
| 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 |
| GetWorldBoundingBox() const | Urho3D::NavigationMesh | |
| HandleAttributeAnimationAdded(StringHash eventType, VariantMap &eventData) | Urho3D::Animatable | protected |
| HandleAttributeAnimationRemoved(StringHash eventType, VariantMap &eventData) | Urho3D::Animatable | protected |
| HandleAttributeAnimationUpdate(StringHash eventType, VariantMap &eventData) | Urho3D::Component | protected |
| HasEventHandlers() const | Urho3D::Object | inline |
| HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
| HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
| HasTile(const IntVector2 &tile) const | Urho3D::NavigationMesh | |
| id_ | Urho3D::Component | protected |
| InitializeQuery() | Urho3D::NavigationMesh | protected |
| IsAnimatedNetworkAttribute(const AttributeInfo &attrInfo) const | Urho3D::Animatable | protected |
| IsEnabled() const | Urho3D::Component | inline |
| IsEnabledEffective() const | Urho3D::Component | |
| IsInitialized() const | Urho3D::NavigationMesh | inline |
| IsInstanceOf(StringHash type) const | Urho3D::Object | |
| IsInstanceOf(const TypeInfo *typeInfo) const | Urho3D::Object | |
| IsInstanceOf() const | Urho3D::Object | inline |
| IsTemporary() const | Urho3D::Serializable | inline |
| keepInterResults_ | Urho3D::NavigationMesh | protected |
| Load(Deserializer &source, bool setInstanceDefault=false) | Urho3D::Serializable | virtual |
| LoadJSON(const JSONValue &source, bool setInstanceDefault=false) | Urho3D::Animatable | virtual |
| LoadXML(const XMLElement &source, bool setInstanceDefault=false) | Urho3D::Animatable | virtual |
| MarkNetworkUpdate() | Urho3D::Component | virtual |
| meshName_ | Urho3D::NavigationMesh | protected |
| MoveAlongSurface(const Vector3 &start, const Vector3 &end, const Vector3 &extents=Vector3::ONE, int maxVisited=3, const dtQueryFilter *filter=0) | Urho3D::NavigationMesh | |
| NavigationMesh(Context *context) | Urho3D::NavigationMesh | |
| navMesh_ | Urho3D::NavigationMesh | protected |
| navMeshQuery_ | Urho3D::NavigationMesh | protected |
| networkState_ | Urho3D::Serializable | protected |
| networkUpdate_ | Urho3D::Component | protected |
| node_ | Urho3D::Component | protected |
| numTilesX_ | Urho3D::NavigationMesh | protected |
| numTilesZ_ | Urho3D::NavigationMesh | protected |
| Object(Context *context) | Urho3D::Object | |
| objectAnimation_ | Urho3D::Animatable | protected |
| OnAttributeAnimationAdded() | Urho3D::Component | protectedvirtual |
| OnAttributeAnimationRemoved() | 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) | Urho3D::Component | protectedvirtual |
| OnSetAttribute(const AttributeInfo &attr, const Variant &src) | Urho3D::Serializable | virtual |
| OnSetEnabled() | Urho3D::Component | inlinevirtual |
| padding_ | Urho3D::NavigationMesh | protected |
| partitionType_ | Urho3D::NavigationMesh | protected |
| pathData_ | Urho3D::NavigationMesh | protected |
| PrepareNetworkUpdate() | Urho3D::Component | |
| queryFilter_ | Urho3D::NavigationMesh | protected |
| Raycast(const Vector3 &start, const Vector3 &end, const Vector3 &extents=Vector3::ONE, const dtQueryFilter *filter=0, Vector3 *hitNormal=0) | Urho3D::NavigationMesh | |
| ReadDeltaUpdate(Deserializer &source) | Urho3D::Serializable | |
| ReadLatestDataUpdate(Deserializer &source) | Urho3D::Serializable | |
| ReadTile(Deserializer &source, bool silent) | Urho3D::NavigationMesh | private |
| RefCounted() | Urho3D::RefCounted | |
| RefCountPtr() | Urho3D::RefCounted | inline |
| Refs() const | Urho3D::RefCounted | |
| regionMergeSize_ | Urho3D::NavigationMesh | protected |
| regionMinSize_ | Urho3D::NavigationMesh | protected |
| RegisterObject(Context *context) | Urho3D::NavigationMesh | static |
| ReleaseNavigationMesh() | Urho3D::NavigationMesh | protectedvirtual |
| ReleaseRef() | Urho3D::RefCounted | |
| Remove() | Urho3D::Component | |
| RemoveAllTiles() | Urho3D::NavigationMesh | virtual |
| RemoveAttributeAnimation(const String &name) | Urho3D::Animatable | |
| RemoveInstanceDefault() | Urho3D::Serializable | |
| RemoveObjectAnimation() | Urho3D::Animatable | |
| RemoveTile(const IntVector2 &tile) | Urho3D::NavigationMesh | virtual |
| ResetToDefault() | Urho3D::Serializable | |
| Save(Serializer &dest) const | Urho3D::Component | virtual |
| SaveDefaultAttributes() const | Urho3D::Serializable | inlinevirtual |
| SaveJSON(JSONValue &dest) const | Urho3D::Component | virtual |
| SaveXML(XMLElement &dest) const | Urho3D::Component | virtual |
| SendEvent(StringHash eventType) | Urho3D::Object | |
| SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
| Serializable(Context *context) | Urho3D::Serializable | |
| SetAgentHeight(float height) | Urho3D::NavigationMesh | |
| SetAgentMaxClimb(float maxClimb) | Urho3D::NavigationMesh | |
| SetAgentMaxSlope(float maxSlope) | Urho3D::NavigationMesh | |
| SetAgentRadius(float radius) | Urho3D::NavigationMesh | |
| SetAnimationEnabled(bool enable) | Urho3D::Animatable | |
| SetAnimationTime(float time) | Urho3D::Animatable | |
| SetAreaCost(unsigned areaID, float cost) | Urho3D::NavigationMesh | |
| 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 | |
| SetCellHeight(float height) | Urho3D::NavigationMesh | |
| SetCellSize(float size) | Urho3D::NavigationMesh | |
| SetDetailSampleDistance(float distance) | Urho3D::NavigationMesh | |
| SetDetailSampleMaxError(float error) | Urho3D::NavigationMesh | |
| SetDrawNavAreas(bool enable) | Urho3D::NavigationMesh | inline |
| SetDrawOffMeshConnections(bool enable) | Urho3D::NavigationMesh | inline |
| SetEdgeMaxError(float error) | Urho3D::NavigationMesh | |
| SetEdgeMaxLength(float length) | Urho3D::NavigationMesh | |
| SetEnabled(bool enable) | Urho3D::Component | |
| SetGlobalVar(StringHash key, const Variant &value) | Urho3D::Object | |
| SetID(unsigned id) | Urho3D::Component | protected |
| SetInterceptNetworkUpdate(const String &attributeName, bool enable) | Urho3D::Serializable | |
| SetMeshName(const String &newName) | Urho3D::NavigationMesh | |
| SetNavigationDataAttr(const PODVector< unsigned char > &value) | Urho3D::NavigationMesh | virtual |
| 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 |
| SetPadding(const Vector3 &padding) | Urho3D::NavigationMesh | |
| SetPartitionType(NavmeshPartitionType aType) | Urho3D::NavigationMesh | |
| SetRegionMergeSize(float size) | Urho3D::NavigationMesh | |
| SetRegionMinSize(float size) | Urho3D::NavigationMesh | |
| SetTemporary(bool enable) | Urho3D::Serializable | |
| SetTileSize(int size) | Urho3D::NavigationMesh | |
| SubscribeToEvent(StringHash eventType, EventHandler *handler) | Urho3D::Object | |
| SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Urho3D::Object | |
| tileSize_ | Urho3D::NavigationMesh | protected |
| UnsubscribeFromAllEvents() | Urho3D::Object | |
| UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData) | Urho3D::Object | |
| UnsubscribeFromEvent(StringHash eventType) | Urho3D::Object | |
| UnsubscribeFromEvent(Object *sender, StringHash eventType) | Urho3D::Object | |
| UnsubscribeFromEvents(Object *sender) | Urho3D::Object | |
| UpdateAttributeAnimations(float timeStep) | Urho3D::Animatable | protected |
| URHO3D_OBJECT(NavigationMesh, Component) (defined in Urho3D::NavigationMesh) | Urho3D::NavigationMesh | 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 | |
| WriteTile(Serializer &dest, int x, int z) const | Urho3D::NavigationMesh | private |
| ~Animatable() | Urho3D::Animatable | virtual |
| ~Component() | Urho3D::Component | virtual |
| ~NavigationMesh() | Urho3D::NavigationMesh | virtual |
| ~Object() | Urho3D::Object | virtual |
| ~RefCounted() | Urho3D::RefCounted | virtual |
| ~Serializable() | Urho3D::Serializable | virtual |