AddRef() | Urho3D::RefCounted | |
AddTile(const ea::vector< 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() | Urho3D::NavigationMesh | |
AllocateMesh(unsigned maxTiles) | Urho3D::NavigationMesh | protectedvirtual |
ApplyAttributes() | Urho3D::Serializable | inlinevirtual |
areas_ | Urho3D::NavigationMesh | protected |
blockEvents_ | Urho3D::Object | private |
BuildTile(ea::vector< NavigationGeometryInfo > &geometryList, int x, int z) | Urho3D::NavigationMesh | protected |
BuildTiles(const IntVector2 &from, const IntVector2 &to) | Urho3D::NavigationMesh | |
BuildTilesFromGeometry(ea::vector< NavigationGeometryInfo > &geometryList, const IntVector2 &from, const IntVector2 &to) | Urho3D::NavigationMesh | protectedvirtual |
BuildTilesInRegion(const BoundingBox &boundingBox) | Urho3D::NavigationMesh | |
Cast() | Urho3D::Object | inline |
Cast() const | Urho3D::Object | inline |
cellHeight_ | Urho3D::NavigationMesh | protected |
cellSize_ | Urho3D::NavigationMesh | protected |
Clear() | Urho3D::NavigationMesh | |
Clone(bool resetToDefault=true) const | Urho3D::Serializable | |
CollectGeometries(ea::vector< NavigationGeometryInfo > &geometryList) | Urho3D::NavigationMesh | protected |
CollectGeometries(ea::vector< NavigationGeometryInfo > &geometryList, Node *node, ea::hash_set< Node * > &processedNodes, bool recursive) | Urho3D::NavigationMesh | protected |
Component(Context *context) | Urho3D::Component | explicit |
context_ | Urho3D::Object | protected |
CopyAttributes(const Serializable *source, bool resetToDefault=true) | Urho3D::Serializable | |
CrowdManager (defined in Urho3D::NavigationMesh) | Urho3D::NavigationMesh | friend |
DefaultMaxTiles | Urho3D::NavigationMesh | static |
detailSampleDistance_ | Urho3D::NavigationMesh | protected |
detailSampleMaxError_ | Urho3D::NavigationMesh | protected |
DoAutoRemove(AutoRemoveMode mode) | Urho3D::Component | protected |
DrawDebugGeometry(DebugRenderer *debug, bool depthTest) override | Urho3D::NavigationMesh | virtual |
DrawDebugGeometry(bool depthTest) | Urho3D::NavigationMesh | |
DrawDebugTileGeometry(DebugRenderer *debug, bool depthTest, int tileIndex) | Urho3D::NavigationMesh | protected |
drawNavAreas_ | Urho3D::NavigationMesh | protected |
drawOffMeshConnections_ | Urho3D::NavigationMesh | protected |
edgeMaxError_ | Urho3D::NavigationMesh | protected |
edgeMaxLength_ | Urho3D::NavigationMesh | protected |
enabled_ | Urho3D::Component | protected |
EraseEventHandler(ea::intrusive_list< EventHandler >::iterator handlerIter) | Urho3D::Object | private |
eventHandlers_ | Urho3D::Object | private |
FindEventHandler(StringHash eventType) | Urho3D::Object | private |
FindEventHandler(StringHash eventType) const | Urho3D::Object | inlineprivate |
FindNearestPoint(const Vector3 &point, const Vector3 &extents=Vector3::ONE, const dtQueryFilter *filter=nullptr, dtPolyRef *nearestRef=nullptr) | Urho3D::NavigationMesh | |
FindPath(ea::vector< Vector3 > &dest, const Vector3 &start, const Vector3 &end, const Vector3 &extents=Vector3::ONE, const dtQueryFilter *filter=nullptr) | Urho3D::NavigationMesh | |
FindPath(ea::vector< NavigationPathPoint > &dest, const Vector3 &start, const Vector3 &end, const Vector3 &extents=Vector3::ONE, const dtQueryFilter *filter=nullptr) | Urho3D::NavigationMesh | |
FindSpecificEventHandler(Object *sender) | Urho3D::Object | private |
FindSpecificEventHandler(Object *sender) const | Urho3D::Object | inlineprivate |
FindSpecificEventHandler(Object *sender, StringHash eventType) | Urho3D::Object | private |
FindSpecificEventHandler(Object *sender, StringHash eventType) const | Urho3D::Object | inlineprivate |
GetAgentHeight() const | Urho3D::NavigationMesh | inline |
GetAgentMaxClimb() const | Urho3D::NavigationMesh | inline |
GetAgentMaxSlope() const | Urho3D::NavigationMesh | inline |
GetAgentRadius() const | Urho3D::NavigationMesh | inline |
GetAllTileIndices() const | Urho3D::NavigationMesh | |
GetAreaCost(unsigned areaID) const | Urho3D::NavigationMesh | |
GetAttribute(unsigned index) const | Urho3D::Serializable | |
GetAttribute(const ea::string &name) const | Urho3D::Serializable | |
GetAttributeDefault(unsigned index) const | Urho3D::Serializable | |
GetAttributeDefault(const ea::string &name) const | Urho3D::Serializable | |
GetAttributes() const | Urho3D::Serializable | virtual |
GetBlockEvents() const | Urho3D::Object | 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 | |
GetContext() const | Urho3D::Object | inline |
GetDependencyNodes(ea::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 |
GetDrawOffMeshConnections() const | Urho3D::NavigationMesh | inline |
GetEdgeMaxError() const | Urho3D::NavigationMesh | inline |
GetEdgeMaxLength() const | Urho3D::NavigationMesh | inline |
GetEffectiveScopeHint() const | Urho3D::Component | |
GetEventDataMap() const | Urho3D::Object | |
GetEventHandler() const | Urho3D::Object | |
GetEventSender() const | Urho3D::Object | |
GetFixedUpdateSource() | Urho3D::Component | protected |
GetFullNameDebug() const | Urho3D::Component | |
GetGlobalVar(StringHash key) const | Urho3D::Object | |
GetGlobalVars() const | Urho3D::Object | |
GetHeightRange() const | Urho3D::NavigationMesh | inline |
GetID() const | Urho3D::Component | inline |
GetIndexInParent() const | Urho3D::Component | |
GetInstanceDefault(const ea::string &name) const | Urho3D::Serializable | virtual |
GetMaxTiles() const | Urho3D::NavigationMesh | inline |
GetMeshName() const | Urho3D::NavigationMesh | inline |
GetNavigationDataAttr() const | Urho3D::NavigationMesh | virtual |
GetNode() const | Urho3D::Component | inline |
GetNumAttributes() const | Urho3D::Serializable | |
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 | |
GetReflection() const | Urho3D::Serializable | virtual |
GetRegionMergeSize() const | Urho3D::NavigationMesh | inline |
GetRegionMinSize() const | Urho3D::NavigationMesh | inline |
GetScene() const | Urho3D::Component | |
GetSubsystem(StringHash type) const | Urho3D::Object | |
GetSubsystem() const | Urho3D::Object | |
GetSubsystems() const | Urho3D::Object | private |
GetTileBoundingBoxColumn(const IntVector2 &tileIndex) const | Urho3D::NavigationMesh | |
GetTileData(const IntVector2 &tileIndex) const | Urho3D::NavigationMesh | virtual |
GetTileGeometry(NavBuildData *build, ea::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 |
HasAuxiliaryData() const | Urho3D::Component | inlinevirtual |
HasEventHandlers() const | Urho3D::Object | inline |
HasScriptObject() const | Urho3D::RefCounted | inline |
HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
HasTile(const IntVector2 &tileIndex) const | Urho3D::NavigationMesh | |
heightRange_ | Urho3D::NavigationMesh | protected |
id_ | Urho3D::Component | protected |
InitializeQuery() | Urho3D::NavigationMesh | protected |
instanceDefaultValues_ | Urho3D::Serializable | protected |
IsEnabled() const | Urho3D::Component | inline |
IsEnabledEffective() const | Urho3D::Component | |
IsHeightRangeValid() const | Urho3D::NavigationMesh | inline |
IsInitialized() const | Urho3D::NavigationMesh | inline |
IsInstanceOf(StringHash type) const =0 | Urho3D::Object | pure virtual |
IsInstanceOf() const | Urho3D::Object | inline |
IsScriptStrongRef() const | Urho3D::RefCounted | inline |
IsTemporary() const | Urho3D::Serializable | inline |
keepInterResults_ | Urho3D::NavigationMesh | protected |
Load(Deserializer &source) | Urho3D::Serializable | virtual |
Load(const ea::string &resourceName) | Urho3D::Serializable | virtual |
LoadFile(const ea::string &resourceName) | Urho3D::Serializable | virtual |
LoadJSON(const JSONValue &source) | Urho3D::Serializable | virtual |
LoadJSON(const ea::string &resourceName) | Urho3D::Serializable | virtual |
LoadXML(const XMLElement &source) | Urho3D::Serializable | virtual |
LoadXML(const ea::string &resourceName) | Urho3D::Serializable | virtual |
MaxLayers | Urho3D::NavigationMesh | static |
maxTiles_ | Urho3D::NavigationMesh | protected |
meshName_ | Urho3D::NavigationMesh | protected |
MoveAlongSurface(const Vector3 &start, const Vector3 &end, const Vector3 &extents=Vector3::ONE, int maxVisited=3, const dtQueryFilter *filter=nullptr) | Urho3D::NavigationMesh | |
NavigationDataVersion | Urho3D::NavigationMesh | static |
NavigationMesh(Context *context) | Urho3D::NavigationMesh | explicit |
navMesh_ | Urho3D::NavigationMesh | protected |
navMeshQuery_ | Urho3D::NavigationMesh | protected |
networkUpdate_ | Urho3D::Component | protected |
node_ | Urho3D::Component | protected |
Object(Context *context) | Urho3D::Object | explicit |
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 *previousNode, Node *currentNode) | Urho3D::Component | protectedvirtual |
OnNodeSetEnabled(Node *node) | Urho3D::Component | protectedvirtual |
OnSceneSet(Scene *scene) | Urho3D::Component | 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 |
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 | |
ReadTile(Deserializer &source, bool silent) | Urho3D::NavigationMesh | private |
Rebuild() | Urho3D::NavigationMesh | |
RebuildMesh() | Urho3D::NavigationMesh | protectedvirtual |
refCount_ | Urho3D::RefCounted | private |
RefCounted() | Urho3D::RefCounted | |
RefCounted(const RefCounted &rhs)=delete | Urho3D::RefCounted | |
RefCountPtr() const | 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 |
RemoveEventSender(Object *sender) | Urho3D::Object | private |
RemoveInstanceDefault() | Urho3D::Serializable | |
RemoveTile(const IntVector2 &tileIndex) | Urho3D::NavigationMesh | virtual |
ResetToDefault() | Urho3D::Serializable | |
Save(Serializer &dest) const override | Urho3D::Component | virtual |
SaveDefaultAttributes(const AttributeInfo &attr) 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, const Args &... args) | Urho3D::Object | inline |
SendEvent(StringHash eventType, const VariantMap &eventData) | Urho3D::Object | |
SendRebuildEvent() | Urho3D::NavigationMesh | protected |
SendTileAddedEvent(const IntVector2 &tileIndex) | Urho3D::NavigationMesh | protected |
Serializable(Context *context) | Urho3D::Serializable | explicit |
SerializeAuxiliaryData(Archive &archive) | Urho3D::Component | inlinevirtual |
SerializeInBlock(Archive &archive) override | Urho3D::Serializable | virtual |
SerializeInBlock(Archive &archive, bool serializeTemporary) (defined in Urho3D::Serializable) | Urho3D::Serializable | |
SetAgentHeight(float height) | Urho3D::NavigationMesh | |
SetAgentMaxClimb(float maxClimb) | Urho3D::NavigationMesh | |
SetAgentMaxSlope(float maxSlope) | Urho3D::NavigationMesh | |
SetAgentRadius(float radius) | Urho3D::NavigationMesh | |
SetAreaCost(unsigned areaID, float cost) | Urho3D::NavigationMesh | |
SetAttribute(unsigned index, const Variant &value) | Urho3D::Serializable | |
SetAttribute(const ea::string &name, const Variant &value) | Urho3D::Serializable | |
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 |
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 | |
SetHeightRange(const Vector2 &range) | Urho3D::NavigationMesh | inline |
SetID(unsigned id) | Urho3D::Component | protected |
SetInstanceDefault(bool enable) | Urho3D::Serializable | inline |
SetInstanceDefault(const ea::string &name, const Variant &defaultValue) | Urho3D::Serializable | |
setInstanceDefault_ | Urho3D::Serializable | protected |
SetMaxTiles(int maxTiles) | Urho3D::NavigationMesh | inline |
SetMeshName(const ea::string &newName) | Urho3D::NavigationMesh | |
SetNavigationDataAttr(const ea::vector< unsigned char > &value) | Urho3D::NavigationMesh | virtual |
SetNode(Node *node) | Urho3D::Component | 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, T handler) | Urho3D::Object | inline |
SubscribeToEvent(Object *sender, StringHash eventType, T handler) | Urho3D::Object | inline |
SubscribeToEventManual(StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEventManual(Object *sender, StringHash eventType, EventHandler *handler) | Urho3D::Object | |
temporary_ | Urho3D::Serializable | protected |
tileSize_ | Urho3D::NavigationMesh | protected |
TypeHierarchy | Urho3D::Object | inlinestatic |
UnsubscribeFromAllEvents() | Urho3D::Object | |
UnsubscribeFromAllEventsExcept(const ea::vector< StringHash > &exceptions) | Urho3D::Object | |
UnsubscribeFromAllEventsExcept(const ea::vector< Object * > &exceptions) | Urho3D::Object | |
UnsubscribeFromEvent(StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvent(Object *sender, StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvents(Object *sender) | Urho3D::Object | |
URHO3D_OBJECT(NavigationMesh, Component) (defined in Urho3D::NavigationMesh) | Urho3D::NavigationMesh | private |
WeakRefs() const | Urho3D::RefCounted | |
~Component() override | Urho3D::Component | |
~NavigationMesh() override | Urho3D::NavigationMesh | |
~Object() override | Urho3D::Object | |
~RefCounted() | Urho3D::RefCounted | virtual |
~Serializable() override | Urho3D::Serializable | |