Urho3D::DynamicNavigationMesh Member List

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

AddObstacle(Obstacle *obstacle, bool silent=false)Urho3D::DynamicNavigationMeshprotected
AddRef()Urho3D::RefCounted
AddReplicationState(ComponentReplicationState *state)Urho3D::Component
AddTile(const PODVector< unsigned char > &tileData)Urho3D::DynamicNavigationMeshvirtual
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::DynamicNavigationMeshvirtual
AllocateNetworkState()Urho3D::Serializable
allocator_Urho3D::DynamicNavigationMeshprivate
Animatable(Context *context)Urho3D::Animatable
animatedNetworkAttributes_Urho3D::Animatableprotected
animationEnabled_Urho3D::Animatableprotected
ApplyAttributes()Urho3D::Serializableinlinevirtual
areas_Urho3D::NavigationMeshprotected
attributeAnimationInfos_Urho3D::Animatableprotected
boundingBox_Urho3D::NavigationMeshprotected
Build()Urho3D::DynamicNavigationMeshvirtual
Build(const BoundingBox &boundingBox)Urho3D::DynamicNavigationMeshvirtual
Build(const IntVector2 &from, const IntVector2 &to)Urho3D::DynamicNavigationMeshvirtual
BuildTile(Vector< NavigationGeometryInfo > &geometryList, int x, int z, TileCacheData *tiles)Urho3D::DynamicNavigationMeshprotected
Urho3D::NavigationMesh::BuildTile(Vector< NavigationGeometryInfo > &geometryList, int x, int z)Urho3D::NavigationMeshprotectedvirtual
BuildTiles(Vector< NavigationGeometryInfo > &geometryList, const IntVector2 &from, const IntVector2 &to)Urho3D::DynamicNavigationMeshprotected
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
CollectOffMeshConnections(const BoundingBox &bounds)Urho3D::DynamicNavigationMeshprotected
Component(Context *context)Urho3D::Component
compressor_Urho3D::DynamicNavigationMeshprivate
context_Urho3D::Objectprotected
detailSampleDistance_Urho3D::NavigationMeshprotected
detailSampleMaxError_Urho3D::NavigationMeshprotected
DoAutoRemove(AutoRemoveMode mode)Urho3D::Componentprotected
DrawDebugGeometry(DebugRenderer *debug, bool depthTest)Urho3D::DynamicNavigationMeshvirtual
DrawDebugGeometry(bool depthTest)Urho3D::DynamicNavigationMesh
drawNavAreas_Urho3D::NavigationMeshprotected
drawObstacles_Urho3D::DynamicNavigationMeshprivate
drawOffMeshConnections_Urho3D::NavigationMeshprotected
DynamicNavigationMesh(Context *)Urho3D::DynamicNavigationMesh
edgeMaxError_Urho3D::NavigationMeshprotected
edgeMaxLength_Urho3D::NavigationMeshprotected
enabled_Urho3D::Componentprotected
FindAttributeAnimationTarget(const String &name, String &outName)Urho3D::Animatableprotectedvirtual
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::NavigationMeshinline
GetAgentMaxClimb() const Urho3D::NavigationMeshinline
GetAgentMaxSlope() const Urho3D::NavigationMeshinline
GetAgentRadius() const Urho3D::NavigationMeshinline
GetAnimationEnabled() const Urho3D::Animatableinline
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::Animatableprotected
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::Serializablevirtual
GetBoundingBox() const Urho3D::NavigationMeshinline
GetCategory() const Urho3D::Object
GetCellHeight() const Urho3D::NavigationMeshinline
GetCellSize() const Urho3D::NavigationMeshinline
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::Objectinline
GetDependencyNodes(PODVector< Node * > &dest)Urho3D::Componentvirtual
GetDetailSampleDistance() const Urho3D::NavigationMeshinline
GetDetailSampleMaxError() const Urho3D::NavigationMeshinline
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::NavigationMeshinline
GetDrawObstacles() const Urho3D::DynamicNavigationMeshinline
GetDrawOffMeshConnections() const Urho3D::NavigationMeshinline
GetEdgeMaxError() const Urho3D::NavigationMeshinline
GetEdgeMaxLength() const Urho3D::NavigationMeshinline
GetEventDataMap() const Urho3D::Object
GetEventHandler() const Urho3D::Object
GetEventSender() const Urho3D::Object
GetFixedUpdateSource()Urho3D::Componentprotected
GetGlobalVar(StringHash key) const Urho3D::Object
GetGlobalVars() const Urho3D::Object
GetID() const Urho3D::Componentinline
GetInterceptNetworkUpdate(const String &attributeName) const Urho3D::Serializable
GetMaxLayers() const Urho3D::DynamicNavigationMeshinline
GetMaxObstacles() const Urho3D::DynamicNavigationMeshinline
GetMeshName() const Urho3D::NavigationMeshinline
GetNavigationDataAttr() const Urho3D::DynamicNavigationMeshvirtual
GetNetworkAttributes() const Urho3D::Serializablevirtual
GetNetworkState() const Urho3D::Serializableinline
GetNode() const Urho3D::Componentinline
GetNumAttributes() const Urho3D::Serializable
GetNumNetworkAttributes() const Urho3D::Serializable
GetNumTiles() const Urho3D::NavigationMeshinline
GetObjectAnimation() const Urho3D::Animatable
GetObjectAnimationAttr() const Urho3D::Animatable
GetPadding() const Urho3D::NavigationMeshinline
GetPartitionType() const Urho3D::NavigationMeshinline
GetRandomPoint(const dtQueryFilter *filter=0, dtPolyRef *randomRef=0)Urho3D::NavigationMesh
GetRandomPointInCircle(const Vector3 &center, float radius, const Vector3 &extents=Vector3::ONE, const dtQueryFilter *filter=0, dtPolyRef *randomRef=0)Urho3D::NavigationMesh
GetRegionMergeSize() const Urho3D::NavigationMeshinline
GetRegionMinSize() const Urho3D::NavigationMeshinline
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::DynamicNavigationMeshvirtual
GetTileGeometry(NavBuildData *build, Vector< NavigationGeometryInfo > &geometryList, BoundingBox &box)Urho3D::NavigationMeshprotected
GetTileIndex(const Vector3 &position) const Urho3D::NavigationMesh
GetTileSize() const Urho3D::NavigationMeshinline
GetType() const =0Urho3D::Objectpure virtual
GetTypeInfo() const =0Urho3D::Objectpure virtual
GetTypeInfoStatic()Urho3D::Objectinlinestatic
GetTypeName() const =0Urho3D::Objectpure virtual
GetWorldBoundingBox() const Urho3D::NavigationMesh
HandleAttributeAnimationAdded(StringHash eventType, VariantMap &eventData)Urho3D::Animatableprotected
HandleAttributeAnimationRemoved(StringHash eventType, VariantMap &eventData)Urho3D::Animatableprotected
HandleAttributeAnimationUpdate(StringHash eventType, VariantMap &eventData)Urho3D::Componentprotected
HandleSceneSubsystemUpdate(StringHash eventType, VariantMap &eventData)Urho3D::DynamicNavigationMeshprotected
HasEventHandlers() const Urho3D::Objectinline
HasSubscribedToEvent(StringHash eventType) const Urho3D::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) const Urho3D::Object
HasTile(const IntVector2 &tile) const Urho3D::NavigationMesh
id_Urho3D::Componentprotected
InitializeQuery()Urho3D::NavigationMeshprotected
IsAnimatedNetworkAttribute(const AttributeInfo &attrInfo) const Urho3D::Animatableprotected
IsEnabled() const Urho3D::Componentinline
IsEnabledEffective() const Urho3D::Component
IsInitialized() const Urho3D::NavigationMeshinline
IsInstanceOf(StringHash type) const Urho3D::Object
IsInstanceOf(const TypeInfo *typeInfo) const Urho3D::Object
IsInstanceOf() const Urho3D::Objectinline
IsObstacleInTile(Obstacle *obstacle, const IntVector2 &tile) const Urho3D::DynamicNavigationMesh
IsTemporary() const Urho3D::Serializableinline
keepInterResults_Urho3D::NavigationMeshprotected
Load(Deserializer &source, bool setInstanceDefault=false)Urho3D::Serializablevirtual
LoadJSON(const JSONValue &source, bool setInstanceDefault=false)Urho3D::Animatablevirtual
LoadXML(const XMLElement &source, bool setInstanceDefault=false)Urho3D::Animatablevirtual
MarkNetworkUpdate()Urho3D::Componentvirtual
maxLayers_Urho3D::DynamicNavigationMeshprivate
maxObstacles_Urho3D::DynamicNavigationMeshprivate
meshName_Urho3D::NavigationMeshprotected
MeshProcess (defined in Urho3D::DynamicNavigationMesh)Urho3D::DynamicNavigationMeshfriend
meshProcessor_Urho3D::DynamicNavigationMeshprivate
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::NavigationMeshprotected
navMeshQuery_Urho3D::NavigationMeshprotected
networkState_Urho3D::Serializableprotected
networkUpdate_Urho3D::Componentprotected
node_Urho3D::Componentprotected
numTilesX_Urho3D::NavigationMeshprotected
numTilesZ_Urho3D::NavigationMeshprotected
Object(Context *context)Urho3D::Object
objectAnimation_Urho3D::Animatableprotected
Obstacle (defined in Urho3D::DynamicNavigationMesh)Urho3D::DynamicNavigationMeshfriend
ObstacleChanged(Obstacle *obstacle)Urho3D::DynamicNavigationMeshprotected
OnAttributeAnimationAdded()Urho3D::Componentprotectedvirtual
OnAttributeAnimationRemoved()Urho3D::Componentprotectedvirtual
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Urho3D::Objectvirtual
OnGetAttribute(const AttributeInfo &attr, Variant &dest) const Urho3D::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::DynamicNavigationMeshprotectedvirtual
OnSetAttribute(const AttributeInfo &attr, const Variant &src)Urho3D::Serializablevirtual
OnSetEnabled()Urho3D::Componentinlinevirtual
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=0, Vector3 *hitNormal=0)Urho3D::NavigationMesh
ReadDeltaUpdate(Deserializer &source)Urho3D::Serializable
ReadLatestDataUpdate(Deserializer &source)Urho3D::Serializable
ReadTiles(Deserializer &source, bool silent)Urho3D::DynamicNavigationMeshprivate
RefCounted()Urho3D::RefCounted
RefCountPtr()Urho3D::RefCountedinline
Refs() const Urho3D::RefCounted
regionMergeSize_Urho3D::NavigationMeshprotected
regionMinSize_Urho3D::NavigationMeshprotected
RegisterObject(Context *)Urho3D::DynamicNavigationMeshstatic
ReleaseNavigationMesh()Urho3D::DynamicNavigationMeshprotectedvirtual
ReleaseRef()Urho3D::RefCounted
ReleaseTileCache()Urho3D::DynamicNavigationMeshprivate
Remove()Urho3D::Component
RemoveAllTiles()Urho3D::DynamicNavigationMeshvirtual
RemoveAttributeAnimation(const String &name)Urho3D::Animatable
RemoveInstanceDefault()Urho3D::Serializable
RemoveObjectAnimation()Urho3D::Animatable
RemoveObstacle(Obstacle *, bool silent=false)Urho3D::DynamicNavigationMeshprotected
RemoveTile(const IntVector2 &tile)Urho3D::DynamicNavigationMeshvirtual
ResetToDefault()Urho3D::Serializable
Save(Serializer &dest) const Urho3D::Componentvirtual
SaveDefaultAttributes() const Urho3D::Serializableinlinevirtual
SaveJSON(JSONValue &dest) const Urho3D::Componentvirtual
SaveXML(XMLElement &dest) const Urho3D::Componentvirtual
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::NavigationMeshinline
SetDrawObstacles(bool enable)Urho3D::DynamicNavigationMeshinline
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
SetInterceptNetworkUpdate(const String &attributeName, bool enable)Urho3D::Serializable
SetMaxLayers(unsigned maxLayers)Urho3D::DynamicNavigationMesh
SetMaxObstacles(unsigned maxObstacles)Urho3D::DynamicNavigationMeshinline
SetMeshName(const String &newName)Urho3D::NavigationMesh
SetNavigationDataAttr(const PODVector< unsigned char > &value)Urho3D::DynamicNavigationMeshvirtual
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 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
tileCache_Urho3D::DynamicNavigationMeshprivate
tileQueue_Urho3D::DynamicNavigationMeshprivate
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
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
WriteTiles(Serializer &dest, int x, int z) const Urho3D::DynamicNavigationMeshprivate
~Animatable()Urho3D::Animatablevirtual
~Component()Urho3D::Componentvirtual
~DynamicNavigationMesh()Urho3D::DynamicNavigationMeshvirtual
~NavigationMesh()Urho3D::NavigationMeshvirtual
~Object()Urho3D::Objectvirtual
~RefCounted()Urho3D::RefCountedvirtual
~Serializable()Urho3D::Serializablevirtual