AddObstacle(Obstacle *obstacle, bool silent=false) | Urho3D::DynamicNavigationMesh | protected |
AddRef() | Urho3D::RefCounted | |
AddReplicationState(ComponentReplicationState *state) | Urho3D::Component | |
AddTile(const Vector< byte > &tileData) override | Urho3D::DynamicNavigationMesh | 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) override | Urho3D::DynamicNavigationMesh | virtual |
AllocateNetworkState() | Urho3D::Serializable | |
allocator_ | Urho3D::DynamicNavigationMesh | private |
Animatable(Context *context) | Urho3D::Animatable | explicit |
animatedNetworkAttributes_ | Urho3D::Animatable | protected |
animationEnabled_ | Urho3D::Animatable | protected |
ApplyAttributes() | Urho3D::Serializable | inlinevirtual |
areas_ | Urho3D::NavigationMesh | protected |
attributeAnimationInfos_ | Urho3D::Animatable | protected |
blockEvents_ | Urho3D::Object | private |
boundingBox_ | Urho3D::NavigationMesh | protected |
Build() override | Urho3D::DynamicNavigationMesh | virtual |
Build(const BoundingBox &boundingBox) override | Urho3D::DynamicNavigationMesh | virtual |
Build(const IntVector2 &from, const IntVector2 &to) override | Urho3D::DynamicNavigationMesh | virtual |
BuildTile(Vector< NavigationGeometryInfo > &geometryList, int x, int z, TileCacheData *tiles) | Urho3D::DynamicNavigationMesh | protected |
Urho3D::NavigationMesh::BuildTile(Vector< NavigationGeometryInfo > &geometryList, int x, int z) | Urho3D::NavigationMesh | protectedvirtual |
BuildTiles(Vector< NavigationGeometryInfo > &geometryList, const IntVector2 &from, const IntVector2 &to) | Urho3D::DynamicNavigationMesh | protected |
Cast() | Urho3D::Object | inline |
Cast() const | Urho3D::Object | inline |
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 |
CollectOffMeshConnections(const BoundingBox &bounds) | Urho3D::DynamicNavigationMesh | protected |
Component(Context *context) | Urho3D::Component | explicit |
compressor_ | Urho3D::DynamicNavigationMesh | private |
context_ | Urho3D::Object | protected |
detailSampleDistance_ | Urho3D::NavigationMesh | protected |
detailSampleMaxError_ | Urho3D::NavigationMesh | protected |
DoAutoRemove(AutoRemoveMode mode) | Urho3D::Component | protected |
DrawDebugGeometry(DebugRenderer *debug, bool depthTest) override | Urho3D::DynamicNavigationMesh | virtual |
DrawDebugGeometry(bool depthTest) | Urho3D::DynamicNavigationMesh | |
drawNavAreas_ | Urho3D::NavigationMesh | protected |
drawObstacles_ | Urho3D::DynamicNavigationMesh | private |
drawOffMeshConnections_ | Urho3D::NavigationMesh | protected |
DynamicNavigationMesh(Context *context) | Urho3D::DynamicNavigationMesh | explicit |
edgeMaxError_ | Urho3D::NavigationMesh | protected |
edgeMaxLength_ | Urho3D::NavigationMesh | protected |
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, const Vector3 &extents=Vector3::ONE, const dtQueryFilter *filter=nullptr, dtPolyRef *nearestRef=nullptr) | Urho3D::NavigationMesh | |
FindPath(Vector< Vector3 > &dest, const Vector3 &start, const Vector3 &end, const Vector3 &extents=Vector3::ONE, const dtQueryFilter *filter=nullptr) | Urho3D::NavigationMesh | |
FindPath(Vector< NavigationPathPoint > &dest, const Vector3 &start, const Vector3 &end, const Vector3 &extents=Vector3::ONE, const dtQueryFilter *filter=nullptr) | Urho3D::NavigationMesh | |
FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) const | Urho3D::Object | private |
FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) const | Urho3D::Object | private |
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 |
GetBlockEvents() const | Urho3D::Object | inline |
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(Vector< Component * > &dest, StringHash type) const | Urho3D::Component | |
GetComponents(Vector< T * > &dest) const | Urho3D::Component | |
GetContext() const | Urho3D::Object | inline |
GetDependencyNodes(Vector< 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=nullptr, Vector3 *hitPos=nullptr, Vector3 *hitNormal=nullptr) | Urho3D::NavigationMesh | |
GetDrawNavAreas() const | Urho3D::NavigationMesh | inline |
GetDrawObstacles() const | Urho3D::DynamicNavigationMesh | 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 |
GetInstanceDefault(const String &name) const | Urho3D::Serializable | private |
GetInterceptNetworkUpdate(const String &attributeName) const | Urho3D::Serializable | |
GetMaxLayers() const | Urho3D::DynamicNavigationMesh | inline |
GetMaxObstacles() const | Urho3D::DynamicNavigationMesh | inline |
GetMeshName() const | Urho3D::NavigationMesh | inline |
GetNavigationDataAttr() const override | Urho3D::DynamicNavigationMesh | 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=nullptr, dtPolyRef *randomRef=nullptr) | Urho3D::NavigationMesh | |
GetRandomPointInCircle(const Vector3 ¢er, float radius, const Vector3 &extents=Vector3::ONE, const dtQueryFilter *filter=nullptr, dtPolyRef *randomRef=nullptr) | 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 | |
GetTileBoundingBox(const IntVector2 &tile) const | Urho3D::NavigationMesh | |
GetTileData(const IntVector2 &tile) const override | Urho3D::DynamicNavigationMesh | 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 |
HandleSceneSubsystemUpdate(StringHash eventType, VariantMap &eventData) | Urho3D::DynamicNavigationMesh | 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 |
instanceDefaultValues_ | Urho3D::Serializable | private |
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 |
IsObstacleInTile(Obstacle *obstacle, const IntVector2 &tile) const | Urho3D::DynamicNavigationMesh | |
IsReplicated() const | Urho3D::Component | |
IsTemporary() const | Urho3D::Serializable | inline |
keepInterResults_ | Urho3D::NavigationMesh | protected |
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 |
maxLayers_ | Urho3D::DynamicNavigationMesh | private |
maxObstacles_ | Urho3D::DynamicNavigationMesh | private |
meshName_ | Urho3D::NavigationMesh | protected |
MeshProcess (defined in Urho3D::DynamicNavigationMesh) | Urho3D::DynamicNavigationMesh | friend |
meshProcessor_ | Urho3D::DynamicNavigationMesh | private |
MoveAlongSurface(const Vector3 &start, const Vector3 &end, const Vector3 &extents=Vector3::ONE, int maxVisited=3, const dtQueryFilter *filter=nullptr) | Urho3D::NavigationMesh | |
NavigationMesh(Context *context) | Urho3D::NavigationMesh | explicit |
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 | explicit |
objectAnimation_ | Urho3D::Animatable | protected |
Obstacle (defined in Urho3D::DynamicNavigationMesh) | Urho3D::DynamicNavigationMesh | friend |
ObstacleChanged(Obstacle *obstacle) | Urho3D::DynamicNavigationMesh | 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::DynamicNavigationMesh | protectedvirtual |
OnSetAttribute(const AttributeInfo &attr, const Variant &src) | Urho3D::Serializable | virtual |
OnSetEnabled() | Urho3D::Component | inlinevirtual |
operator=(const RefCounted &rhs)=delete | Urho3D::RefCounted | |
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=nullptr, Vector3 *hitNormal=nullptr) | Urho3D::NavigationMesh | |
ReadDeltaUpdate(Deserializer &source) | Urho3D::Serializable | |
ReadLatestDataUpdate(Deserializer &source) | Urho3D::Serializable | |
ReadTile(Deserializer &source, bool silent) | Urho3D::NavigationMesh | private |
ReadTiles(Deserializer &source, bool silent) | Urho3D::DynamicNavigationMesh | private |
refCount_ | Urho3D::RefCounted | private |
RefCounted() | Urho3D::RefCounted | |
RefCounted(const RefCounted &rhs)=delete | Urho3D::RefCounted | |
RefCountPtr() | Urho3D::RefCounted | inline |
Refs() const | Urho3D::RefCounted | |
regionMergeSize_ | Urho3D::NavigationMesh | protected |
regionMinSize_ | Urho3D::NavigationMesh | protected |
RegisterObject(Context *context) | Urho3D::DynamicNavigationMesh | static |
ReleaseNavigationMesh() override | Urho3D::DynamicNavigationMesh | protectedvirtual |
ReleaseRef() | Urho3D::RefCounted | |
ReleaseTileCache() | Urho3D::DynamicNavigationMesh | private |
Remove() | Urho3D::Component | |
RemoveAllTiles() override | Urho3D::DynamicNavigationMesh | virtual |
RemoveAttributeAnimation(const String &name) | Urho3D::Animatable | |
RemoveEventSender(Object *sender) | Urho3D::Object | private |
RemoveInstanceDefault() | Urho3D::Serializable | |
RemoveObjectAnimation() | Urho3D::Animatable | |
RemoveObstacle(Obstacle *, bool silent=false) | Urho3D::DynamicNavigationMesh | protected |
RemoveTile(const IntVector2 &tile) override | Urho3D::DynamicNavigationMesh | virtual |
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 |
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 | |
SetBlockEvents(bool block) | Urho3D::Object | inline |
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 |
SetDrawObstacles(bool enable) | Urho3D::DynamicNavigationMesh | 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(ComponentId id) | Urho3D::Component | protected |
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 | |
SetMaxLayers(unsigned maxLayers) | Urho3D::DynamicNavigationMesh | |
SetMaxObstacles(unsigned maxObstacles) | Urho3D::DynamicNavigationMesh | inline |
SetMeshName(const String &newName) | Urho3D::NavigationMesh | |
SetNavigationDataAttr(const Vector< byte > &value) override | Urho3D::DynamicNavigationMesh | 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 partitionType) | 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 | |
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 |
tileCache_ | Urho3D::DynamicNavigationMesh | private |
tileQueue_ | Urho3D::DynamicNavigationMesh | private |
tileSize_ | Urho3D::NavigationMesh | protected |
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 | |
UpdateAttributeAnimations(float timeStep) | Urho3D::Animatable | protected |
URHO3D_OBJECT(DynamicNavigationMesh, NavigationMesh) (defined in Urho3D::DynamicNavigationMesh) | Urho3D::DynamicNavigationMesh | 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 |
WriteTiles(Serializer &dest, int x, int z) const | Urho3D::DynamicNavigationMesh | private |
~Animatable() override | Urho3D::Animatable | |
~Component() override | Urho3D::Component | |
~DynamicNavigationMesh() override | Urho3D::DynamicNavigationMesh | |
~NavigationMesh() override | Urho3D::NavigationMesh | |
~Object() override | Urho3D::Object | |
~RefCounted() | Urho3D::RefCounted | virtual |
~Serializable() override | Urho3D::Serializable | |