Urho3D::NavigationMesh Member List

This is the complete list of members for Urho3D::NavigationMesh, including all inherited members.

AddRef()Urho3D::RefCounted
AddReplicationState(ComponentReplicationState *state)Urho3D::Component
AddTile(const PODVector< unsigned char > &tileData)Urho3D::NavigationMeshvirtual
AddTriMeshGeometry(NavBuildData *build, Geometry *geometry, const Matrix3x4 &transform)Urho3D::NavigationMeshprotected
agentHeight_Urho3D::NavigationMeshprotected
agentMaxClimb_Urho3D::NavigationMeshprotected
agentMaxSlope_Urho3D::NavigationMeshprotected
agentRadius_Urho3D::NavigationMeshprotected
Allocate(const BoundingBox &boundingBox, unsigned maxTiles)Urho3D::NavigationMeshvirtual
AllocateNetworkState()Urho3D::Serializable
Animatable(Context *context)Urho3D::Animatableexplicit
animatedNetworkAttributes_Urho3D::Animatableprotected
animationEnabled_Urho3D::Animatableprotected
ApplyAttributes()Urho3D::Serializableinlinevirtual
areas_Urho3D::NavigationMeshprotected
attributeAnimationInfos_Urho3D::Animatableprotected
blockEvents_Urho3D::Objectprivate
boundingBox_Urho3D::NavigationMeshprotected
Build()Urho3D::NavigationMeshvirtual
Build(const BoundingBox &boundingBox)Urho3D::NavigationMeshvirtual
Build(const IntVector2 &from, const IntVector2 &to)Urho3D::NavigationMeshvirtual
BuildTile(Vector< NavigationGeometryInfo > &geometryList, int x, int z)Urho3D::NavigationMeshprotectedvirtual
BuildTiles(Vector< NavigationGeometryInfo > &geometryList, const IntVector2 &from, const IntVector2 &to)Urho3D::NavigationMeshprotected
Cast()Urho3D::Objectinline
Cast() constUrho3D::Objectinline
cellHeight_Urho3D::NavigationMeshprotected
cellSize_Urho3D::NavigationMeshprotected
CleanupConnection(Connection *connection)Urho3D::Component
CollectGeometries(Vector< NavigationGeometryInfo > &geometryList)Urho3D::NavigationMeshprotected
CollectGeometries(Vector< NavigationGeometryInfo > &geometryList, Node *node, HashSet< Node * > &processedNodes, bool recursive)Urho3D::NavigationMeshprotected
Component(Context *context)Urho3D::Componentexplicit
context_Urho3D::Objectprotected
CrowdManager (defined in Urho3D::NavigationMesh)Urho3D::NavigationMeshfriend
detailSampleDistance_Urho3D::NavigationMeshprotected
detailSampleMaxError_Urho3D::NavigationMeshprotected
DoAutoRemove(AutoRemoveMode mode)Urho3D::Componentprotected
DrawDebugGeometry(DebugRenderer *debug, bool depthTest) overrideUrho3D::NavigationMeshvirtual
DrawDebugGeometry(bool depthTest)Urho3D::NavigationMesh
drawNavAreas_Urho3D::NavigationMeshprotected
drawOffMeshConnections_Urho3D::NavigationMeshprotected
edgeMaxError_Urho3D::NavigationMeshprotected
edgeMaxLength_Urho3D::NavigationMeshprotected
enabled_Urho3D::Componentprotected
eventHandlers_Urho3D::Objectprivate
FindAttributeAnimationTarget(const String &name, String &outName)Urho3D::Animatableprotectedvirtual
FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) constUrho3D::Objectprivate
FindNearestPoint(const Vector3 &point, const Vector3 &extents=Vector3::ONE, const dtQueryFilter *filter=nullptr, dtPolyRef *nearestRef=nullptr)Urho3D::NavigationMesh
FindPath(PODVector< Vector3 > &dest, const Vector3 &start, const Vector3 &end, const Vector3 &extents=Vector3::ONE, const dtQueryFilter *filter=nullptr)Urho3D::NavigationMesh
FindPath(PODVector< 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) constUrho3D::Objectprivate
FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) constUrho3D::Objectprivate
GetAgentHeight() constUrho3D::NavigationMeshinline
GetAgentMaxClimb() constUrho3D::NavigationMeshinline
GetAgentMaxSlope() constUrho3D::NavigationMeshinline
GetAgentRadius() constUrho3D::NavigationMeshinline
GetAnimationEnabled() constUrho3D::Animatableinline
GetAreaCost(unsigned areaID) constUrho3D::NavigationMesh
GetAttribute(unsigned index) constUrho3D::Serializable
GetAttribute(const String &name) constUrho3D::Serializable
GetAttributeAnimation(const String &name) constUrho3D::Animatable
GetAttributeAnimationInfo(const String &name) constUrho3D::Animatableprotected
GetAttributeAnimationSpeed(const String &name) constUrho3D::Animatable
GetAttributeAnimationTime(const String &name) constUrho3D::Animatable
GetAttributeAnimationWrapMode(const String &name) constUrho3D::Animatable
GetAttributeDefault(unsigned index) constUrho3D::Serializable
GetAttributeDefault(const String &name) constUrho3D::Serializable
GetAttributes() constUrho3D::Serializablevirtual
GetBlockEvents() constUrho3D::Objectinline
GetBoundingBox() constUrho3D::NavigationMeshinline
GetCategory() constUrho3D::Object
GetCellHeight() constUrho3D::NavigationMeshinline
GetCellSize() constUrho3D::NavigationMeshinline
GetComponent(StringHash type) constUrho3D::Component
GetComponent() constUrho3D::Component
GetComponents(PODVector< Component * > &dest, StringHash type) constUrho3D::Component
GetComponents(PODVector< T * > &dest) constUrho3D::Component
GetContext() constUrho3D::Objectinline
GetDependencyNodes(PODVector< Node * > &dest)Urho3D::Componentvirtual
GetDetailSampleDistance() constUrho3D::NavigationMeshinline
GetDetailSampleMaxError() constUrho3D::NavigationMeshinline
GetDistanceToWall(const Vector3 &point, float radius, const Vector3 &extents=Vector3::ONE, const dtQueryFilter *filter=nullptr, Vector3 *hitPos=nullptr, Vector3 *hitNormal=nullptr)Urho3D::NavigationMesh
GetDrawNavAreas() constUrho3D::NavigationMeshinline
GetDrawOffMeshConnections() constUrho3D::NavigationMeshinline
GetEdgeMaxError() constUrho3D::NavigationMeshinline
GetEdgeMaxLength() constUrho3D::NavigationMeshinline
GetEventDataMap() constUrho3D::Object
GetEventHandler() constUrho3D::Object
GetEventSender() constUrho3D::Object
GetFixedUpdateSource()Urho3D::Componentprotected
GetGlobalVar(StringHash key) constUrho3D::Object
GetGlobalVars() constUrho3D::Object
GetID() constUrho3D::Componentinline
GetInstanceDefault(const String &name) constUrho3D::Serializableprivate
GetInterceptNetworkUpdate(const String &attributeName) constUrho3D::Serializable
GetMeshName() constUrho3D::NavigationMeshinline
GetNavigationDataAttr() constUrho3D::NavigationMeshvirtual
GetNetworkAttributes() constUrho3D::Serializablevirtual
GetNetworkState() constUrho3D::Serializableinline
GetNode() constUrho3D::Componentinline
GetNumAttributes() constUrho3D::Serializable
GetNumNetworkAttributes() constUrho3D::Serializable
GetNumTiles() constUrho3D::NavigationMeshinline
GetObjectAnimation() constUrho3D::Animatable
GetObjectAnimationAttr() constUrho3D::Animatable
GetPadding() constUrho3D::NavigationMeshinline
GetPartitionType() constUrho3D::NavigationMeshinline
GetRandomPoint(const dtQueryFilter *filter=nullptr, dtPolyRef *randomRef=nullptr)Urho3D::NavigationMesh
GetRandomPointInCircle(const Vector3 &center, float radius, const Vector3 &extents=Vector3::ONE, const dtQueryFilter *filter=nullptr, dtPolyRef *randomRef=nullptr)Urho3D::NavigationMesh
GetRegionMergeSize() constUrho3D::NavigationMeshinline
GetRegionMinSize() constUrho3D::NavigationMeshinline
GetScene() constUrho3D::Component
GetSubsystem(StringHash type) constUrho3D::Object
GetSubsystem() constUrho3D::Object
GetTileBoundingBox(const IntVector2 &tile) constUrho3D::NavigationMesh
GetTileData(const IntVector2 &tile) constUrho3D::NavigationMeshvirtual
GetTileGeometry(NavBuildData *build, Vector< NavigationGeometryInfo > &geometryList, BoundingBox &box)Urho3D::NavigationMeshprotected
GetTileIndex(const Vector3 &position) constUrho3D::NavigationMesh
GetTileSize() constUrho3D::NavigationMeshinline
GetType() const =0Urho3D::Objectpure virtual
GetTypeInfo() const =0Urho3D::Objectpure virtual
GetTypeInfoStatic()Urho3D::Objectinlinestatic
GetTypeName() const =0Urho3D::Objectpure virtual
GetWorldBoundingBox() constUrho3D::NavigationMesh
HandleAttributeAnimationAdded(StringHash eventType, VariantMap &eventData)Urho3D::Animatableprotected
HandleAttributeAnimationRemoved(StringHash eventType, VariantMap &eventData)Urho3D::Animatableprotected
HandleAttributeAnimationUpdate(StringHash eventType, VariantMap &eventData)Urho3D::Componentprotected
HasEventHandlers() constUrho3D::Objectinline
HasSubscribedToEvent(StringHash eventType) constUrho3D::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constUrho3D::Object
HasTile(const IntVector2 &tile) constUrho3D::NavigationMesh
id_Urho3D::Componentprotected
InitializeQuery()Urho3D::NavigationMeshprotected
instanceDefaultValues_Urho3D::Serializableprivate
IsAnimatedNetworkAttribute(const AttributeInfo &attrInfo) constUrho3D::Animatableprotected
IsEnabled() constUrho3D::Componentinline
IsEnabledEffective() constUrho3D::Component
IsInitialized() constUrho3D::NavigationMeshinline
IsInstanceOf(StringHash type) constUrho3D::Object
IsInstanceOf(const TypeInfo *typeInfo) constUrho3D::Object
IsInstanceOf() constUrho3D::Objectinline
IsReplicated() constUrho3D::Component
IsTemporary() constUrho3D::Serializableinline
keepInterResults_Urho3D::NavigationMeshprotected
Load(Deserializer &source)Urho3D::Serializablevirtual
LoadJSON(const JSONValue &source) overrideUrho3D::Animatablevirtual
LoadXML(const XMLElement &source) overrideUrho3D::Animatablevirtual
MarkNetworkUpdate() overrideUrho3D::Componentvirtual
meshName_Urho3D::NavigationMeshprotected
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::NavigationMeshexplicit
navMesh_Urho3D::NavigationMeshprotected
navMeshQuery_Urho3D::NavigationMeshprotected
networkState_Urho3D::Serializableprotected
networkUpdate_Urho3D::Componentprotected
node_Urho3D::Componentprotected
numTilesX_Urho3D::NavigationMeshprotected
numTilesZ_Urho3D::NavigationMeshprotected
Object(Context *context)Urho3D::Objectexplicit
objectAnimation_Urho3D::Animatableprotected
OnAttributeAnimationAdded() overrideUrho3D::Componentprotectedvirtual
OnAttributeAnimationRemoved() overrideUrho3D::Componentprotectedvirtual
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Urho3D::Objectvirtual
OnGetAttribute(const AttributeInfo &attr, Variant &dest) constUrho3D::Serializablevirtual
OnMarkedDirty(Node *node)Urho3D::Componentprotectedvirtual
OnNodeSet(Node *node)Urho3D::Componentprotectedvirtual
OnNodeSetEnabled(Node *node)Urho3D::Componentprotectedvirtual
OnObjectAnimationAdded(ObjectAnimation *objectAnimation)Urho3D::Animatableprotected
OnObjectAnimationRemoved(ObjectAnimation *objectAnimation)Urho3D::Animatableprotected
OnSceneSet(Scene *scene)Urho3D::Componentprotectedvirtual
OnSetAttribute(const AttributeInfo &attr, const Variant &src)Urho3D::Serializablevirtual
OnSetEnabled()Urho3D::Componentinlinevirtual
operator=(const RefCounted &rhs)=deleteUrho3D::RefCounted
padding_Urho3D::NavigationMeshprotected
partitionType_Urho3D::NavigationMeshprotected
pathData_Urho3D::NavigationMeshprotected
PrepareNetworkUpdate()Urho3D::Component
queryFilter_Urho3D::NavigationMeshprotected
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::NavigationMeshprivate
refCount_Urho3D::RefCountedprivate
RefCounted()Urho3D::RefCounted
RefCounted(const RefCounted &rhs)=deleteUrho3D::RefCounted
RefCountPtr()Urho3D::RefCountedinline
Refs() constUrho3D::RefCounted
regionMergeSize_Urho3D::NavigationMeshprotected
regionMinSize_Urho3D::NavigationMeshprotected
RegisterObject(Context *context)Urho3D::NavigationMeshstatic
ReleaseNavigationMesh()Urho3D::NavigationMeshprotectedvirtual
ReleaseRef()Urho3D::RefCounted
Remove()Urho3D::Component
RemoveAllTiles()Urho3D::NavigationMeshvirtual
RemoveAttributeAnimation(const String &name)Urho3D::Animatable
RemoveEventSender(Object *sender)Urho3D::Objectprivate
RemoveInstanceDefault()Urho3D::Serializable
RemoveObjectAnimation()Urho3D::Animatable
RemoveTile(const IntVector2 &tile)Urho3D::NavigationMeshvirtual
ResetToDefault()Urho3D::Serializable
Save(Serializer &dest) const overrideUrho3D::Componentvirtual
SaveDefaultAttributes() constUrho3D::Serializableinlinevirtual
SaveJSON(JSONValue &dest) const overrideUrho3D::Componentvirtual
SaveXML(XMLElement &dest) const overrideUrho3D::Componentvirtual
SendEvent(StringHash eventType)Urho3D::Object
SendEvent(StringHash eventType, VariantMap &eventData)Urho3D::Object
SendEvent(StringHash eventType, Args... args)Urho3D::Objectinline
Serializable(Context *context)Urho3D::Serializableexplicit
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::Objectinline
SetCellHeight(float height)Urho3D::NavigationMesh
SetCellSize(float size)Urho3D::NavigationMesh
SetDetailSampleDistance(float distance)Urho3D::NavigationMesh
SetDetailSampleMaxError(float error)Urho3D::NavigationMesh
SetDrawNavAreas(bool enable)Urho3D::NavigationMeshinline
SetDrawOffMeshConnections(bool enable)Urho3D::NavigationMeshinline
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::Componentprotected
SetInstanceDefault(bool enable)Urho3D::Serializableinline
SetInstanceDefault(const String &name, const Variant &defaultValue)Urho3D::Serializableprivate
setInstanceDefault_Urho3D::Serializableprivate
SetInterceptNetworkUpdate(const String &attributeName, bool enable)Urho3D::Serializable
SetMeshName(const String &newName)Urho3D::NavigationMesh
SetNavigationDataAttr(const PODVector< unsigned char > &value)Urho3D::NavigationMeshvirtual
SetNode(Node *node)Urho3D::Componentprotected
SetObjectAnimation(ObjectAnimation *objectAnimation)Urho3D::Animatable
SetObjectAnimationAttr(const ResourceRef &value)Urho3D::Animatable
SetObjectAttributeAnimation(const String &name, ValueAnimation *attributeAnimation, WrapMode wrapMode, float speed)Urho3D::Animatableprotected
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::Serializableprivate
tileSize_Urho3D::NavigationMeshprotected
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::Animatableprotected
URHO3D_OBJECT(NavigationMesh, Component) (defined in Urho3D::NavigationMesh)Urho3D::NavigationMeshprivate
WeakRefs() constUrho3D::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) constUrho3D::NavigationMeshprivate
~Animatable() overrideUrho3D::Animatable
~Component() overrideUrho3D::Component
~NavigationMesh() overrideUrho3D::NavigationMesh
~Object() overrideUrho3D::Object
~RefCounted()Urho3D::RefCountedvirtual
~Serializable() overrideUrho3D::Serializable