2020-05-21 01:08:36 +02:00
### YamlMime:ManagedReference
items :
- uid : MLEM.Pathfinding.AStar3
commentId : T:MLEM.Pathfinding.AStar3
id : AStar3
parent : MLEM.Pathfinding
children :
- MLEM.Pathfinding.AStar3.#ctor(MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetCost,System.Boolean,System.Single,System.Int32)
- MLEM.Pathfinding.AStar3.AddPositions(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3)
- MLEM.Pathfinding.AStar3.GetManhattanDistance(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3)
langs :
- csharp
- vb
name : AStar3
nameWithType : AStar3
fullName : MLEM.Pathfinding.AStar3
type : Class
source :
remote :
path : MLEM/Pathfinding/AStar3.cs
branch : master
repo : https://github.com/Ellpeck/MLEM
id : AStar3
path : ../MLEM/Pathfinding/AStar3.cs
2020-05-21 23:19:16 +02:00
startLine : 9
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Pathfinding
2020-05-21 23:19:16 +02:00
summary : "\nA 3-dimensional implementation of <xref href=\"MLEM.Pathfinding.AStar%601\" data-throw-if-not-resolved=\"false\"></xref> that uses <xref href=\"Microsoft.Xna.Framework.Vector3\" data-throw-if-not-resolved=\"false\"></xref> for positions.\n"
example : [ ]
2020-05-21 01:08:36 +02:00
syntax :
content: 'public class AStar3 : AStar<Vector3>'
content.vb : >-
Public Class AStar3
2020-05-21 23:19:16 +02:00
2020-05-21 01:08:36 +02:00
Inherits AStar(Of Vector3)
inheritance :
- System.Object
- MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}
inheritedMembers :
- MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.InfiniteCost
- MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.AllDirections
- MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.AdjacentDirections
- MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.DefaultCostFunction
- MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.DefaultCost
- MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.DefaultMaxTries
- MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.DefaultAllowDiagonals
- MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.LastTriesNeeded
- MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.LastTimeNeeded
- MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.FindPathAsync(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3,MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean})
- MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.FindPath(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3,MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean})
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
modifiers.csharp :
- public
- class
modifiers.vb :
- Public
- Class
- uid : MLEM.Pathfinding.AStar3.#ctor(MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetCost,System.Boolean,System.Single,System.Int32)
commentId : M:MLEM.Pathfinding.AStar3.#ctor(MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetCost,System.Boolean,System.Single,System.Int32)
id : '#ctor(MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetCost,System.Boolean,System.Single,System.Int32)'
parent : MLEM.Pathfinding.AStar3
langs :
- csharp
- vb
name : AStar3(AStar<Vector3>.GetCost, Boolean, Single, Int32)
nameWithType : AStar3.AStar3(AStar<Vector3>.GetCost, Boolean, Single, Int32)
fullName : MLEM.Pathfinding.AStar3.AStar3(MLEM.Pathfinding.AStar<Microsoft.Xna.Framework.Vector3>.GetCost, System.Boolean, System.Single, System.Int32)
type : Constructor
source :
remote :
path : MLEM/Pathfinding/AStar3.cs
branch : master
repo : https://github.com/Ellpeck/MLEM
id : .ctor
path : ../MLEM/Pathfinding/AStar3.cs
2020-05-21 23:19:16 +02:00
startLine : 37
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Pathfinding
2020-05-21 23:19:16 +02:00
example : [ ]
2020-05-21 01:08:36 +02:00
syntax :
content : public AStar3(AStar<Vector3>.GetCost defaultCostFunction, bool defaultAllowDiagonals, float defaultCost = 1F, int defaultMaxTries = 10000)
parameters :
- id : defaultCostFunction
type : MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetCost
- id : defaultAllowDiagonals
type : System.Boolean
- id : defaultCost
type : System.Single
- id : defaultMaxTries
type : System.Int32
content.vb : Public Sub New(defaultCostFunction As AStar(Of Vector3).GetCost, defaultAllowDiagonals As Boolean, defaultCost As Single = 1F, defaultMaxTries As Integer = 10000)
overload : MLEM.Pathfinding.AStar3.#ctor*
nameWithType.vb : AStar3.AStar3(AStar(Of Vector3).GetCost, Boolean, Single, Int32)
modifiers.csharp :
- public
modifiers.vb :
- Public
fullName.vb : MLEM.Pathfinding.AStar3.AStar3(MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).GetCost, System.Boolean, System.Single, System.Int32)
name.vb : AStar3(AStar(Of Vector3).GetCost, Boolean, Single, Int32)
- uid : MLEM.Pathfinding.AStar3.AddPositions(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3)
commentId : M:MLEM.Pathfinding.AStar3.AddPositions(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3)
id : AddPositions(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3)
parent : MLEM.Pathfinding.AStar3
langs :
- csharp
- vb
name : AddPositions(Vector3, Vector3)
nameWithType : AStar3.AddPositions(Vector3, Vector3)
fullName : MLEM.Pathfinding.AStar3.AddPositions(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)
type : Method
source :
remote :
path : MLEM/Pathfinding/AStar3.cs
branch : master
repo : https://github.com/Ellpeck/MLEM
id : AddPositions
path : ../MLEM/Pathfinding/AStar3.cs
2020-05-21 23:19:16 +02:00
startLine : 42
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Pathfinding
2020-05-21 23:19:16 +02:00
example : [ ]
2020-05-21 01:08:36 +02:00
syntax :
content : protected override Vector3 AddPositions(Vector3 first, Vector3 second)
parameters :
- id : first
type : Microsoft.Xna.Framework.Vector3
- id : second
type : Microsoft.Xna.Framework.Vector3
return :
type : Microsoft.Xna.Framework.Vector3
content.vb : Protected Overrides Function AddPositions(first As Vector3, second As Vector3) As Vector3
overridden : MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.AddPositions(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3)
overload : MLEM.Pathfinding.AStar3.AddPositions*
modifiers.csharp :
- protected
- override
modifiers.vb :
- Protected
- Overrides
- uid : MLEM.Pathfinding.AStar3.GetManhattanDistance(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3)
commentId : M:MLEM.Pathfinding.AStar3.GetManhattanDistance(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3)
id : GetManhattanDistance(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3)
parent : MLEM.Pathfinding.AStar3
langs :
- csharp
- vb
name : GetManhattanDistance(Vector3, Vector3)
nameWithType : AStar3.GetManhattanDistance(Vector3, Vector3)
fullName : MLEM.Pathfinding.AStar3.GetManhattanDistance(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)
type : Method
source :
remote :
path : MLEM/Pathfinding/AStar3.cs
branch : master
repo : https://github.com/Ellpeck/MLEM
id : GetManhattanDistance
path : ../MLEM/Pathfinding/AStar3.cs
2020-05-21 23:19:16 +02:00
startLine : 47
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Pathfinding
2020-05-21 23:19:16 +02:00
example : [ ]
2020-05-21 01:08:36 +02:00
syntax :
content : protected override float GetManhattanDistance(Vector3 first, Vector3 second)
parameters :
- id : first
type : Microsoft.Xna.Framework.Vector3
- id : second
type : Microsoft.Xna.Framework.Vector3
return :
type : System.Single
content.vb : Protected Overrides Function GetManhattanDistance(first As Vector3, second As Vector3) As Single
overridden : MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetManhattanDistance(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3)
overload : MLEM.Pathfinding.AStar3.GetManhattanDistance*
modifiers.csharp :
- protected
- override
modifiers.vb :
- Protected
- Overrides
references :
2020-05-21 23:19:16 +02:00
- uid : MLEM.Pathfinding.AStar`1
commentId : T:MLEM.Pathfinding.AStar`1
name : AStar<T>
nameWithType : AStar<T>
fullName : MLEM.Pathfinding.AStar<T>
nameWithType.vb : AStar(Of T)
fullName.vb : MLEM.Pathfinding.AStar(Of T)
name.vb : AStar(Of T)
spec.csharp :
- uid : MLEM.Pathfinding.AStar`1
name : AStar
nameWithType : AStar
fullName : MLEM.Pathfinding.AStar
- name : <
nameWithType : <
fullName : <
- name : T
nameWithType : T
fullName : T
- name : '>'
nameWithType : '>'
fullName : '>'
spec.vb :
- uid : MLEM.Pathfinding.AStar`1
name : AStar
nameWithType : AStar
fullName : MLEM.Pathfinding.AStar
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- name : T
nameWithType : T
fullName : T
- name : )
nameWithType : )
fullName : )
- uid : Microsoft.Xna.Framework.Vector3
commentId : T:Microsoft.Xna.Framework.Vector3
parent : Microsoft.Xna.Framework
isExternal : true
name : Vector3
nameWithType : Vector3
fullName : Microsoft.Xna.Framework.Vector3
2020-05-21 01:08:36 +02:00
- uid : MLEM.Pathfinding
commentId : N : MLEM.Pathfinding
name : MLEM.Pathfinding
nameWithType : MLEM.Pathfinding
fullName : MLEM.Pathfinding
- uid : System.Object
commentId : T:System.Object
parent : System
isExternal : true
name : Object
nameWithType : Object
fullName : System.Object
- uid : MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}
commentId : T:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}
parent : MLEM.Pathfinding
definition : MLEM.Pathfinding.AStar`1
name : AStar<Vector3>
nameWithType : AStar<Vector3>
fullName : MLEM.Pathfinding.AStar<Microsoft.Xna.Framework.Vector3>
nameWithType.vb : AStar(Of Vector3)
fullName.vb : MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3)
name.vb : AStar(Of Vector3)
spec.csharp :
- uid : MLEM.Pathfinding.AStar`1
name : AStar
nameWithType : AStar
fullName : MLEM.Pathfinding.AStar
- name : <
nameWithType : <
fullName : <
- uid : Microsoft.Xna.Framework.Vector3
name : Vector3
nameWithType : Vector3
fullName : Microsoft.Xna.Framework.Vector3
isExternal : true
- name : '>'
nameWithType : '>'
fullName : '>'
spec.vb :
- uid : MLEM.Pathfinding.AStar`1
name : AStar
nameWithType : AStar
fullName : MLEM.Pathfinding.AStar
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- uid : Microsoft.Xna.Framework.Vector3
name : Vector3
nameWithType : Vector3
fullName : Microsoft.Xna.Framework.Vector3
isExternal : true
- name : )
nameWithType : )
fullName : )
- uid : MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.InfiniteCost
commentId : F:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.InfiniteCost
parent : MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}
definition : MLEM.Pathfinding.AStar`1.InfiniteCost
name : InfiniteCost
nameWithType : AStar<Vector3>.InfiniteCost
fullName : MLEM.Pathfinding.AStar<Microsoft.Xna.Framework.Vector3>.InfiniteCost
nameWithType.vb : AStar(Of Vector3).InfiniteCost
fullName.vb : MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).InfiniteCost
- uid : MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.AllDirections
commentId : F:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.AllDirections
parent : MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}
definition : MLEM.Pathfinding.AStar`1.AllDirections
name : AllDirections
nameWithType : AStar<Vector3>.AllDirections
fullName : MLEM.Pathfinding.AStar<Microsoft.Xna.Framework.Vector3>.AllDirections
nameWithType.vb : AStar(Of Vector3).AllDirections
fullName.vb : MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).AllDirections
- uid : MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.AdjacentDirections
commentId : F:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.AdjacentDirections
parent : MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}
definition : MLEM.Pathfinding.AStar`1.AdjacentDirections
name : AdjacentDirections
nameWithType : AStar<Vector3>.AdjacentDirections
fullName : MLEM.Pathfinding.AStar<Microsoft.Xna.Framework.Vector3>.AdjacentDirections
nameWithType.vb : AStar(Of Vector3).AdjacentDirections
fullName.vb : MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).AdjacentDirections
- uid : MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.DefaultCostFunction
commentId : F:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.DefaultCostFunction
parent : MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}
definition : MLEM.Pathfinding.AStar`1.DefaultCostFunction
name : DefaultCostFunction
nameWithType : AStar<Vector3>.DefaultCostFunction
fullName : MLEM.Pathfinding.AStar<Microsoft.Xna.Framework.Vector3>.DefaultCostFunction
nameWithType.vb : AStar(Of Vector3).DefaultCostFunction
fullName.vb : MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).DefaultCostFunction
- uid : MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.DefaultCost
commentId : F:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.DefaultCost
parent : MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}
definition : MLEM.Pathfinding.AStar`1.DefaultCost
name : DefaultCost
nameWithType : AStar<Vector3>.DefaultCost
fullName : MLEM.Pathfinding.AStar<Microsoft.Xna.Framework.Vector3>.DefaultCost
nameWithType.vb : AStar(Of Vector3).DefaultCost
fullName.vb : MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).DefaultCost
- uid : MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.DefaultMaxTries
commentId : F:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.DefaultMaxTries
parent : MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}
definition : MLEM.Pathfinding.AStar`1.DefaultMaxTries
name : DefaultMaxTries
nameWithType : AStar<Vector3>.DefaultMaxTries
fullName : MLEM.Pathfinding.AStar<Microsoft.Xna.Framework.Vector3>.DefaultMaxTries
nameWithType.vb : AStar(Of Vector3).DefaultMaxTries
fullName.vb : MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).DefaultMaxTries
- uid : MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.DefaultAllowDiagonals
commentId : F:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.DefaultAllowDiagonals
parent : MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}
definition : MLEM.Pathfinding.AStar`1.DefaultAllowDiagonals
name : DefaultAllowDiagonals
nameWithType : AStar<Vector3>.DefaultAllowDiagonals
fullName : MLEM.Pathfinding.AStar<Microsoft.Xna.Framework.Vector3>.DefaultAllowDiagonals
nameWithType.vb : AStar(Of Vector3).DefaultAllowDiagonals
fullName.vb : MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).DefaultAllowDiagonals
- uid : MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.LastTriesNeeded
commentId : P:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.LastTriesNeeded
parent : MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}
definition : MLEM.Pathfinding.AStar`1.LastTriesNeeded
name : LastTriesNeeded
nameWithType : AStar<Vector3>.LastTriesNeeded
fullName : MLEM.Pathfinding.AStar<Microsoft.Xna.Framework.Vector3>.LastTriesNeeded
nameWithType.vb : AStar(Of Vector3).LastTriesNeeded
fullName.vb : MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).LastTriesNeeded
- uid : MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.LastTimeNeeded
commentId : P:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.LastTimeNeeded
parent : MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}
definition : MLEM.Pathfinding.AStar`1.LastTimeNeeded
name : LastTimeNeeded
nameWithType : AStar<Vector3>.LastTimeNeeded
fullName : MLEM.Pathfinding.AStar<Microsoft.Xna.Framework.Vector3>.LastTimeNeeded
nameWithType.vb : AStar(Of Vector3).LastTimeNeeded
fullName.vb : MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).LastTimeNeeded
- uid : MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.FindPathAsync(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3,MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean})
commentId : M:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.FindPathAsync(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3,MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean})
parent : MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}
definition : MLEM.Pathfinding.AStar`1.FindPathAsync(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean})
name : FindPathAsync(Vector3, Vector3, AStar.GetCost<>, Nullable<Single>, Nullable<Int32>, Nullable<Boolean>)
nameWithType : AStar<Vector3>.FindPathAsync(Vector3, Vector3, AStar.GetCost<>, Nullable<Single>, Nullable<Int32>, Nullable<Boolean>)
fullName : MLEM.Pathfinding.AStar<Microsoft.Xna.Framework.Vector3>.FindPathAsync(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3, MLEM.Pathfinding.AStar.GetCost<>, System.Nullable<System.Single>, System.Nullable<System.Int32>, System.Nullable<System.Boolean>)
nameWithType.vb : AStar(Of Vector3).FindPathAsync(Vector3, Vector3, AStar.GetCost(Of ), Nullable(Of Single), Nullable(Of Int32), Nullable(Of Boolean))
fullName.vb : MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).FindPathAsync(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3, MLEM.Pathfinding.AStar.GetCost(Of ), System.Nullable(Of System.Single), System.Nullable(Of System.Int32), System.Nullable(Of System.Boolean))
name.vb : FindPathAsync(Vector3, Vector3, AStar.GetCost(Of ), Nullable(Of Single), Nullable(Of Int32), Nullable(Of Boolean))
spec.csharp :
- uid : MLEM.Pathfinding.AStar`1.FindPathAsync(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean})
name : FindPathAsync
nameWithType : AStar<Vector3>.FindPathAsync
fullName : MLEM.Pathfinding.AStar<Microsoft.Xna.Framework.Vector3>.FindPathAsync
- name : (
nameWithType : (
fullName : (
- uid : Microsoft.Xna.Framework.Vector3
name : Vector3
nameWithType : Vector3
fullName : Microsoft.Xna.Framework.Vector3
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : Microsoft.Xna.Framework.Vector3
name : Vector3
nameWithType : Vector3
fullName : Microsoft.Xna.Framework.Vector3
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : MLEM.Pathfinding.AStar`1.GetCost
name : AStar.GetCost
nameWithType : AStar.GetCost
fullName : MLEM.Pathfinding.AStar.GetCost
- name : <
nameWithType : <
fullName : <
- name : '>'
nameWithType : '>'
fullName : '>'
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : <
nameWithType : <
fullName : <
- uid : System.Single
name : Single
nameWithType : Single
fullName : System.Single
isExternal : true
- name : '>'
nameWithType : '>'
fullName : '>'
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : <
nameWithType : <
fullName : <
- uid : System.Int32
name : Int32
nameWithType : Int32
fullName : System.Int32
isExternal : true
- name : '>'
nameWithType : '>'
fullName : '>'
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : <
nameWithType : <
fullName : <
- uid : System.Boolean
name : Boolean
nameWithType : Boolean
fullName : System.Boolean
isExternal : true
- name : '>'
nameWithType : '>'
fullName : '>'
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : MLEM.Pathfinding.AStar`1.FindPathAsync(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean})
name : FindPathAsync
nameWithType : AStar(Of Vector3).FindPathAsync
fullName : MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).FindPathAsync
- name : (
nameWithType : (
fullName : (
- uid : Microsoft.Xna.Framework.Vector3
name : Vector3
nameWithType : Vector3
fullName : Microsoft.Xna.Framework.Vector3
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : Microsoft.Xna.Framework.Vector3
name : Vector3
nameWithType : Vector3
fullName : Microsoft.Xna.Framework.Vector3
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : MLEM.Pathfinding.AStar`1.GetCost
name : AStar.GetCost
nameWithType : AStar.GetCost
fullName : MLEM.Pathfinding.AStar.GetCost
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- name : )
nameWithType : )
fullName : )
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- uid : System.Single
name : Single
nameWithType : Single
fullName : System.Single
isExternal : true
- name : )
nameWithType : )
fullName : )
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- uid : System.Int32
name : Int32
nameWithType : Int32
fullName : System.Int32
isExternal : true
- name : )
nameWithType : )
fullName : )
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- uid : System.Boolean
name : Boolean
nameWithType : Boolean
fullName : System.Boolean
isExternal : true
- name : )
nameWithType : )
fullName : )
- name : )
nameWithType : )
fullName : )
- uid : MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.FindPath(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3,MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean})
commentId : M:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.FindPath(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3,MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean})
parent : MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}
definition : MLEM.Pathfinding.AStar`1.FindPath(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean})
name : FindPath(Vector3, Vector3, AStar.GetCost<>, Nullable<Single>, Nullable<Int32>, Nullable<Boolean>)
nameWithType : AStar<Vector3>.FindPath(Vector3, Vector3, AStar.GetCost<>, Nullable<Single>, Nullable<Int32>, Nullable<Boolean>)
fullName : MLEM.Pathfinding.AStar<Microsoft.Xna.Framework.Vector3>.FindPath(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3, MLEM.Pathfinding.AStar.GetCost<>, System.Nullable<System.Single>, System.Nullable<System.Int32>, System.Nullable<System.Boolean>)
nameWithType.vb : AStar(Of Vector3).FindPath(Vector3, Vector3, AStar.GetCost(Of ), Nullable(Of Single), Nullable(Of Int32), Nullable(Of Boolean))
fullName.vb : MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).FindPath(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3, MLEM.Pathfinding.AStar.GetCost(Of ), System.Nullable(Of System.Single), System.Nullable(Of System.Int32), System.Nullable(Of System.Boolean))
name.vb : FindPath(Vector3, Vector3, AStar.GetCost(Of ), Nullable(Of Single), Nullable(Of Int32), Nullable(Of Boolean))
spec.csharp :
- uid : MLEM.Pathfinding.AStar`1.FindPath(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean})
name : FindPath
nameWithType : AStar<Vector3>.FindPath
fullName : MLEM.Pathfinding.AStar<Microsoft.Xna.Framework.Vector3>.FindPath
- name : (
nameWithType : (
fullName : (
- uid : Microsoft.Xna.Framework.Vector3
name : Vector3
nameWithType : Vector3
fullName : Microsoft.Xna.Framework.Vector3
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : Microsoft.Xna.Framework.Vector3
name : Vector3
nameWithType : Vector3
fullName : Microsoft.Xna.Framework.Vector3
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : MLEM.Pathfinding.AStar`1.GetCost
name : AStar.GetCost
nameWithType : AStar.GetCost
fullName : MLEM.Pathfinding.AStar.GetCost
- name : <
nameWithType : <
fullName : <
- name : '>'
nameWithType : '>'
fullName : '>'
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : <
nameWithType : <
fullName : <
- uid : System.Single
name : Single
nameWithType : Single
fullName : System.Single
isExternal : true
- name : '>'
nameWithType : '>'
fullName : '>'
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : <
nameWithType : <
fullName : <
- uid : System.Int32
name : Int32
nameWithType : Int32
fullName : System.Int32
isExternal : true
- name : '>'
nameWithType : '>'
fullName : '>'
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : <
nameWithType : <
fullName : <
- uid : System.Boolean
name : Boolean
nameWithType : Boolean
fullName : System.Boolean
isExternal : true
- name : '>'
nameWithType : '>'
fullName : '>'
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : MLEM.Pathfinding.AStar`1.FindPath(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean})
name : FindPath
nameWithType : AStar(Of Vector3).FindPath
fullName : MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).FindPath
- name : (
nameWithType : (
fullName : (
- uid : Microsoft.Xna.Framework.Vector3
name : Vector3
nameWithType : Vector3
fullName : Microsoft.Xna.Framework.Vector3
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : Microsoft.Xna.Framework.Vector3
name : Vector3
nameWithType : Vector3
fullName : Microsoft.Xna.Framework.Vector3
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : MLEM.Pathfinding.AStar`1.GetCost
name : AStar.GetCost
nameWithType : AStar.GetCost
fullName : MLEM.Pathfinding.AStar.GetCost
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- name : )
nameWithType : )
fullName : )
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- uid : System.Single
name : Single
nameWithType : Single
fullName : System.Single
isExternal : true
- name : )
nameWithType : )
fullName : )
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- uid : System.Int32
name : Int32
nameWithType : Int32
fullName : System.Int32
isExternal : true
- name : )
nameWithType : )
fullName : )
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- uid : System.Boolean
name : Boolean
nameWithType : Boolean
fullName : System.Boolean
isExternal : true
- name : )
nameWithType : )
fullName : )
- name : )
nameWithType : )
fullName : )
- uid : System.Object.Equals(System.Object)
commentId : M:System.Object.Equals(System.Object)
parent : System.Object
isExternal : true
name : Equals(Object)
nameWithType : Object.Equals(Object)
fullName : System.Object.Equals(System.Object)
spec.csharp :
- uid : System.Object.Equals(System.Object)
name : Equals
nameWithType : Object.Equals
fullName : System.Object.Equals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.Equals(System.Object)
name : Equals
nameWithType : Object.Equals
fullName : System.Object.Equals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
- uid : System.Object.Equals(System.Object,System.Object)
commentId : M:System.Object.Equals(System.Object,System.Object)
parent : System.Object
isExternal : true
name : Equals(Object, Object)
nameWithType : Object.Equals(Object, Object)
fullName : System.Object.Equals(System.Object, System.Object)
spec.csharp :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
nameWithType : Object.Equals
fullName : System.Object.Equals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
nameWithType : Object.Equals
fullName : System.Object.Equals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
- uid : System.Object.GetHashCode
commentId : M:System.Object.GetHashCode
parent : System.Object
isExternal : true
name : GetHashCode()
nameWithType : Object.GetHashCode()
fullName : System.Object.GetHashCode()
spec.csharp :
- uid : System.Object.GetHashCode
name : GetHashCode
nameWithType : Object.GetHashCode
fullName : System.Object.GetHashCode
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.GetHashCode
name : GetHashCode
nameWithType : Object.GetHashCode
fullName : System.Object.GetHashCode
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : System.Object.GetType
commentId : M:System.Object.GetType
parent : System.Object
isExternal : true
name : GetType()
nameWithType : Object.GetType()
fullName : System.Object.GetType()
spec.csharp :
- uid : System.Object.GetType
name : GetType
nameWithType : Object.GetType
fullName : System.Object.GetType
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.GetType
name : GetType
nameWithType : Object.GetType
fullName : System.Object.GetType
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : System.Object.MemberwiseClone
commentId : M:System.Object.MemberwiseClone
parent : System.Object
isExternal : true
name : MemberwiseClone()
nameWithType : Object.MemberwiseClone()
fullName : System.Object.MemberwiseClone()
spec.csharp :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
nameWithType : Object.MemberwiseClone
fullName : System.Object.MemberwiseClone
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
nameWithType : Object.MemberwiseClone
fullName : System.Object.MemberwiseClone
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
commentId : M:System.Object.ReferenceEquals(System.Object,System.Object)
parent : System.Object
isExternal : true
name : ReferenceEquals(Object, Object)
nameWithType : Object.ReferenceEquals(Object, Object)
fullName : System.Object.ReferenceEquals(System.Object, System.Object)
spec.csharp :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
nameWithType : Object.ReferenceEquals
fullName : System.Object.ReferenceEquals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
nameWithType : Object.ReferenceEquals
fullName : System.Object.ReferenceEquals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
- uid : System.Object.ToString
commentId : M:System.Object.ToString
parent : System.Object
isExternal : true
name : ToString()
nameWithType : Object.ToString()
fullName : System.Object.ToString()
spec.csharp :
- uid : System.Object.ToString
name : ToString
nameWithType : Object.ToString
fullName : System.Object.ToString
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.ToString
name : ToString
nameWithType : Object.ToString
fullName : System.Object.ToString
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
2020-05-21 23:19:16 +02:00
- uid : Microsoft.Xna.Framework
commentId : N : Microsoft.Xna.Framework
isExternal : true
name : Microsoft.Xna.Framework
nameWithType : Microsoft.Xna.Framework
fullName : Microsoft.Xna.Framework
2020-05-21 01:08:36 +02:00
- uid : System
commentId : N : System
isExternal : true
name : System
nameWithType : System
fullName : System
- uid : MLEM.Pathfinding.AStar`1.InfiniteCost
commentId : F:MLEM.Pathfinding.AStar`1.InfiniteCost
name : InfiniteCost
nameWithType : AStar<T>.InfiniteCost
fullName : MLEM.Pathfinding.AStar<T>.InfiniteCost
nameWithType.vb : AStar(Of T).InfiniteCost
fullName.vb : MLEM.Pathfinding.AStar(Of T).InfiniteCost
- uid : MLEM.Pathfinding.AStar`1.AllDirections
commentId : F:MLEM.Pathfinding.AStar`1.AllDirections
name : AllDirections
nameWithType : AStar<T>.AllDirections
fullName : MLEM.Pathfinding.AStar<T>.AllDirections
nameWithType.vb : AStar(Of T).AllDirections
fullName.vb : MLEM.Pathfinding.AStar(Of T).AllDirections
- uid : MLEM.Pathfinding.AStar`1.AdjacentDirections
commentId : F:MLEM.Pathfinding.AStar`1.AdjacentDirections
name : AdjacentDirections
nameWithType : AStar<T>.AdjacentDirections
fullName : MLEM.Pathfinding.AStar<T>.AdjacentDirections
nameWithType.vb : AStar(Of T).AdjacentDirections
fullName.vb : MLEM.Pathfinding.AStar(Of T).AdjacentDirections
- uid : MLEM.Pathfinding.AStar`1.DefaultCostFunction
commentId : F:MLEM.Pathfinding.AStar`1.DefaultCostFunction
name : DefaultCostFunction
nameWithType : AStar<T>.DefaultCostFunction
fullName : MLEM.Pathfinding.AStar<T>.DefaultCostFunction
nameWithType.vb : AStar(Of T).DefaultCostFunction
fullName.vb : MLEM.Pathfinding.AStar(Of T).DefaultCostFunction
- uid : MLEM.Pathfinding.AStar`1.DefaultCost
commentId : F:MLEM.Pathfinding.AStar`1.DefaultCost
name : DefaultCost
nameWithType : AStar<T>.DefaultCost
fullName : MLEM.Pathfinding.AStar<T>.DefaultCost
nameWithType.vb : AStar(Of T).DefaultCost
fullName.vb : MLEM.Pathfinding.AStar(Of T).DefaultCost
- uid : MLEM.Pathfinding.AStar`1.DefaultMaxTries
commentId : F:MLEM.Pathfinding.AStar`1.DefaultMaxTries
name : DefaultMaxTries
nameWithType : AStar<T>.DefaultMaxTries
fullName : MLEM.Pathfinding.AStar<T>.DefaultMaxTries
nameWithType.vb : AStar(Of T).DefaultMaxTries
fullName.vb : MLEM.Pathfinding.AStar(Of T).DefaultMaxTries
- uid : MLEM.Pathfinding.AStar`1.DefaultAllowDiagonals
commentId : F:MLEM.Pathfinding.AStar`1.DefaultAllowDiagonals
name : DefaultAllowDiagonals
nameWithType : AStar<T>.DefaultAllowDiagonals
fullName : MLEM.Pathfinding.AStar<T>.DefaultAllowDiagonals
nameWithType.vb : AStar(Of T).DefaultAllowDiagonals
fullName.vb : MLEM.Pathfinding.AStar(Of T).DefaultAllowDiagonals
- uid : MLEM.Pathfinding.AStar`1.LastTriesNeeded
commentId : P:MLEM.Pathfinding.AStar`1.LastTriesNeeded
name : LastTriesNeeded
nameWithType : AStar<T>.LastTriesNeeded
fullName : MLEM.Pathfinding.AStar<T>.LastTriesNeeded
nameWithType.vb : AStar(Of T).LastTriesNeeded
fullName.vb : MLEM.Pathfinding.AStar(Of T).LastTriesNeeded
- uid : MLEM.Pathfinding.AStar`1.LastTimeNeeded
commentId : P:MLEM.Pathfinding.AStar`1.LastTimeNeeded
name : LastTimeNeeded
nameWithType : AStar<T>.LastTimeNeeded
fullName : MLEM.Pathfinding.AStar<T>.LastTimeNeeded
nameWithType.vb : AStar(Of T).LastTimeNeeded
fullName.vb : MLEM.Pathfinding.AStar(Of T).LastTimeNeeded
- uid : MLEM.Pathfinding.AStar`1.FindPathAsync(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean})
commentId : M:MLEM.Pathfinding.AStar`1.FindPathAsync(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean})
isExternal : true
name : FindPathAsync(T, T, AStar.GetCost<>, Nullable<Single>, Nullable<Int32>, Nullable<Boolean>)
nameWithType : AStar<T>.FindPathAsync(T, T, AStar.GetCost<>, Nullable<Single>, Nullable<Int32>, Nullable<Boolean>)
fullName : MLEM.Pathfinding.AStar<T>.FindPathAsync(T, T, MLEM.Pathfinding.AStar.GetCost<>, System.Nullable<System.Single>, System.Nullable<System.Int32>, System.Nullable<System.Boolean>)
nameWithType.vb : AStar(Of T).FindPathAsync(T, T, AStar.GetCost(Of ), Nullable(Of Single), Nullable(Of Int32), Nullable(Of Boolean))
fullName.vb : MLEM.Pathfinding.AStar(Of T).FindPathAsync(T, T, MLEM.Pathfinding.AStar.GetCost(Of ), System.Nullable(Of System.Single), System.Nullable(Of System.Int32), System.Nullable(Of System.Boolean))
name.vb : FindPathAsync(T, T, AStar.GetCost(Of ), Nullable(Of Single), Nullable(Of Int32), Nullable(Of Boolean))
spec.csharp :
- uid : MLEM.Pathfinding.AStar`1.FindPathAsync(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean})
name : FindPathAsync
nameWithType : AStar<T>.FindPathAsync
fullName : MLEM.Pathfinding.AStar<T>.FindPathAsync
- name : (
nameWithType : (
fullName : (
- name : T
nameWithType : T
fullName : T
- name : ', '
nameWithType : ', '
fullName : ', '
- name : T
nameWithType : T
fullName : T
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : MLEM.Pathfinding.AStar`1.GetCost
name : AStar.GetCost
nameWithType : AStar.GetCost
fullName : MLEM.Pathfinding.AStar.GetCost
- name : <
nameWithType : <
fullName : <
- name : '>'
nameWithType : '>'
fullName : '>'
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : <
nameWithType : <
fullName : <
- uid : System.Single
name : Single
nameWithType : Single
fullName : System.Single
isExternal : true
- name : '>'
nameWithType : '>'
fullName : '>'
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : <
nameWithType : <
fullName : <
- uid : System.Int32
name : Int32
nameWithType : Int32
fullName : System.Int32
isExternal : true
- name : '>'
nameWithType : '>'
fullName : '>'
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : <
nameWithType : <
fullName : <
- uid : System.Boolean
name : Boolean
nameWithType : Boolean
fullName : System.Boolean
isExternal : true
- name : '>'
nameWithType : '>'
fullName : '>'
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : MLEM.Pathfinding.AStar`1.FindPathAsync(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean})
name : FindPathAsync
nameWithType : AStar(Of T).FindPathAsync
fullName : MLEM.Pathfinding.AStar(Of T).FindPathAsync
- name : (
nameWithType : (
fullName : (
- name : T
nameWithType : T
fullName : T
- name : ', '
nameWithType : ', '
fullName : ', '
- name : T
nameWithType : T
fullName : T
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : MLEM.Pathfinding.AStar`1.GetCost
name : AStar.GetCost
nameWithType : AStar.GetCost
fullName : MLEM.Pathfinding.AStar.GetCost
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- name : )
nameWithType : )
fullName : )
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- uid : System.Single
name : Single
nameWithType : Single
fullName : System.Single
isExternal : true
- name : )
nameWithType : )
fullName : )
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- uid : System.Int32
name : Int32
nameWithType : Int32
fullName : System.Int32
isExternal : true
- name : )
nameWithType : )
fullName : )
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- uid : System.Boolean
name : Boolean
nameWithType : Boolean
fullName : System.Boolean
isExternal : true
- name : )
nameWithType : )
fullName : )
- name : )
nameWithType : )
fullName : )
- uid : MLEM.Pathfinding.AStar`1.FindPath(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean})
commentId : M:MLEM.Pathfinding.AStar`1.FindPath(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean})
isExternal : true
name : FindPath(T, T, AStar.GetCost<>, Nullable<Single>, Nullable<Int32>, Nullable<Boolean>)
nameWithType : AStar<T>.FindPath(T, T, AStar.GetCost<>, Nullable<Single>, Nullable<Int32>, Nullable<Boolean>)
fullName : MLEM.Pathfinding.AStar<T>.FindPath(T, T, MLEM.Pathfinding.AStar.GetCost<>, System.Nullable<System.Single>, System.Nullable<System.Int32>, System.Nullable<System.Boolean>)
nameWithType.vb : AStar(Of T).FindPath(T, T, AStar.GetCost(Of ), Nullable(Of Single), Nullable(Of Int32), Nullable(Of Boolean))
fullName.vb : MLEM.Pathfinding.AStar(Of T).FindPath(T, T, MLEM.Pathfinding.AStar.GetCost(Of ), System.Nullable(Of System.Single), System.Nullable(Of System.Int32), System.Nullable(Of System.Boolean))
name.vb : FindPath(T, T, AStar.GetCost(Of ), Nullable(Of Single), Nullable(Of Int32), Nullable(Of Boolean))
spec.csharp :
- uid : MLEM.Pathfinding.AStar`1.FindPath(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean})
name : FindPath
nameWithType : AStar<T>.FindPath
fullName : MLEM.Pathfinding.AStar<T>.FindPath
- name : (
nameWithType : (
fullName : (
- name : T
nameWithType : T
fullName : T
- name : ', '
nameWithType : ', '
fullName : ', '
- name : T
nameWithType : T
fullName : T
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : MLEM.Pathfinding.AStar`1.GetCost
name : AStar.GetCost
nameWithType : AStar.GetCost
fullName : MLEM.Pathfinding.AStar.GetCost
- name : <
nameWithType : <
fullName : <
- name : '>'
nameWithType : '>'
fullName : '>'
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : <
nameWithType : <
fullName : <
- uid : System.Single
name : Single
nameWithType : Single
fullName : System.Single
isExternal : true
- name : '>'
nameWithType : '>'
fullName : '>'
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : <
nameWithType : <
fullName : <
- uid : System.Int32
name : Int32
nameWithType : Int32
fullName : System.Int32
isExternal : true
- name : '>'
nameWithType : '>'
fullName : '>'
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : <
nameWithType : <
fullName : <
- uid : System.Boolean
name : Boolean
nameWithType : Boolean
fullName : System.Boolean
isExternal : true
- name : '>'
nameWithType : '>'
fullName : '>'
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : MLEM.Pathfinding.AStar`1.FindPath(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean})
name : FindPath
nameWithType : AStar(Of T).FindPath
fullName : MLEM.Pathfinding.AStar(Of T).FindPath
- name : (
nameWithType : (
fullName : (
- name : T
nameWithType : T
fullName : T
- name : ', '
nameWithType : ', '
fullName : ', '
- name : T
nameWithType : T
fullName : T
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : MLEM.Pathfinding.AStar`1.GetCost
name : AStar.GetCost
nameWithType : AStar.GetCost
fullName : MLEM.Pathfinding.AStar.GetCost
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- name : )
nameWithType : )
fullName : )
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- uid : System.Single
name : Single
nameWithType : Single
fullName : System.Single
isExternal : true
- name : )
nameWithType : )
fullName : )
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- uid : System.Int32
name : Int32
nameWithType : Int32
fullName : System.Int32
isExternal : true
- name : )
nameWithType : )
fullName : )
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- uid : System.Boolean
name : Boolean
nameWithType : Boolean
fullName : System.Boolean
isExternal : true
- name : )
nameWithType : )
fullName : )
- name : )
nameWithType : )
fullName : )
- uid : MLEM.Pathfinding.AStar3.#ctor*
commentId : Overload:MLEM.Pathfinding.AStar3.#ctor
name : AStar3
nameWithType : AStar3.AStar3
fullName : MLEM.Pathfinding.AStar3.AStar3
- uid : MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetCost
commentId : T:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetCost
parent : MLEM.Pathfinding
definition : MLEM.Pathfinding.AStar`1.GetCost
name : AStar.GetCost<>
nameWithType : AStar.GetCost<>
fullName : MLEM.Pathfinding.AStar.GetCost<>
nameWithType.vb : AStar.GetCost(Of )
fullName.vb : MLEM.Pathfinding.AStar.GetCost(Of )
name.vb : AStar.GetCost(Of )
spec.csharp :
- uid : MLEM.Pathfinding.AStar`1.GetCost
name : AStar.GetCost
nameWithType : AStar.GetCost
fullName : MLEM.Pathfinding.AStar.GetCost
- name : <
nameWithType : <
fullName : <
- name : '>'
nameWithType : '>'
fullName : '>'
spec.vb :
- uid : MLEM.Pathfinding.AStar`1.GetCost
name : AStar.GetCost
nameWithType : AStar.GetCost
fullName : MLEM.Pathfinding.AStar.GetCost
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- name : )
nameWithType : )
fullName : )
- uid : System.Boolean
commentId : T:System.Boolean
parent : System
isExternal : true
name : Boolean
nameWithType : Boolean
fullName : System.Boolean
- uid : System.Single
commentId : T:System.Single
parent : System
isExternal : true
name : Single
nameWithType : Single
fullName : System.Single
- uid : System.Int32
commentId : T:System.Int32
parent : System
isExternal : true
name : Int32
nameWithType : Int32
fullName : System.Int32
- uid : MLEM.Pathfinding.AStar`1.GetCost
commentId : T:MLEM.Pathfinding.AStar`1.GetCost
parent : MLEM.Pathfinding
name : AStar.GetCost<>
nameWithType : AStar.GetCost<>
fullName : MLEM.Pathfinding.AStar.GetCost<>
nameWithType.vb : AStar.GetCost(Of )
fullName.vb : MLEM.Pathfinding.AStar.GetCost(Of )
name.vb : AStar.GetCost(Of )
spec.csharp :
- uid : MLEM.Pathfinding.AStar`1.GetCost
name : AStar.GetCost
nameWithType : AStar.GetCost
fullName : MLEM.Pathfinding.AStar.GetCost
- name : <
nameWithType : <
fullName : <
- name : '>'
nameWithType : '>'
fullName : '>'
spec.vb :
- uid : MLEM.Pathfinding.AStar`1.GetCost
name : AStar.GetCost
nameWithType : AStar.GetCost
fullName : MLEM.Pathfinding.AStar.GetCost
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- name : )
nameWithType : )
fullName : )
- uid : MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.AddPositions(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3)
commentId : M:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.AddPositions(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3)
parent : MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}
definition : MLEM.Pathfinding.AStar`1.AddPositions(`0,`0)
name : AddPositions(Vector3, Vector3)
nameWithType : AStar<Vector3>.AddPositions(Vector3, Vector3)
fullName : MLEM.Pathfinding.AStar<Microsoft.Xna.Framework.Vector3>.AddPositions(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)
nameWithType.vb : AStar(Of Vector3).AddPositions(Vector3, Vector3)
fullName.vb : MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).AddPositions(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)
spec.csharp :
- uid : MLEM.Pathfinding.AStar`1.AddPositions(`0,`0)
name : AddPositions
nameWithType : AStar<Vector3>.AddPositions
fullName : MLEM.Pathfinding.AStar<Microsoft.Xna.Framework.Vector3>.AddPositions
- name : (
nameWithType : (
fullName : (
- uid : Microsoft.Xna.Framework.Vector3
name : Vector3
nameWithType : Vector3
fullName : Microsoft.Xna.Framework.Vector3
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : Microsoft.Xna.Framework.Vector3
name : Vector3
nameWithType : Vector3
fullName : Microsoft.Xna.Framework.Vector3
isExternal : true
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : MLEM.Pathfinding.AStar`1.AddPositions(`0,`0)
name : AddPositions
nameWithType : AStar(Of Vector3).AddPositions
fullName : MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).AddPositions
- name : (
nameWithType : (
fullName : (
- uid : Microsoft.Xna.Framework.Vector3
name : Vector3
nameWithType : Vector3
fullName : Microsoft.Xna.Framework.Vector3
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : Microsoft.Xna.Framework.Vector3
name : Vector3
nameWithType : Vector3
fullName : Microsoft.Xna.Framework.Vector3
isExternal : true
- name : )
nameWithType : )
fullName : )
- uid : MLEM.Pathfinding.AStar3.AddPositions*
commentId : Overload:MLEM.Pathfinding.AStar3.AddPositions
name : AddPositions
nameWithType : AStar3.AddPositions
fullName : MLEM.Pathfinding.AStar3.AddPositions
- uid : MLEM.Pathfinding.AStar`1.AddPositions(`0,`0)
commentId : M:MLEM.Pathfinding.AStar`1.AddPositions(`0,`0)
name : AddPositions(T, T)
nameWithType : AStar<T>.AddPositions(T, T)
fullName : MLEM.Pathfinding.AStar<T>.AddPositions(T, T)
nameWithType.vb : AStar(Of T).AddPositions(T, T)
fullName.vb : MLEM.Pathfinding.AStar(Of T).AddPositions(T, T)
spec.csharp :
- uid : MLEM.Pathfinding.AStar`1.AddPositions(`0,`0)
name : AddPositions
nameWithType : AStar<T>.AddPositions
fullName : MLEM.Pathfinding.AStar<T>.AddPositions
- name : (
nameWithType : (
fullName : (
- name : T
nameWithType : T
fullName : T
- name : ', '
nameWithType : ', '
fullName : ', '
- name : T
nameWithType : T
fullName : T
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : MLEM.Pathfinding.AStar`1.AddPositions(`0,`0)
name : AddPositions
nameWithType : AStar(Of T).AddPositions
fullName : MLEM.Pathfinding.AStar(Of T).AddPositions
- name : (
nameWithType : (
fullName : (
- name : T
nameWithType : T
fullName : T
- name : ', '
nameWithType : ', '
fullName : ', '
- name : T
nameWithType : T
fullName : T
- name : )
nameWithType : )
fullName : )
- uid : MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetManhattanDistance(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3)
commentId : M:MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetManhattanDistance(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3)
parent : MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}
definition : MLEM.Pathfinding.AStar`1.GetManhattanDistance(`0,`0)
name : GetManhattanDistance(Vector3, Vector3)
nameWithType : AStar<Vector3>.GetManhattanDistance(Vector3, Vector3)
fullName : MLEM.Pathfinding.AStar<Microsoft.Xna.Framework.Vector3>.GetManhattanDistance(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)
nameWithType.vb : AStar(Of Vector3).GetManhattanDistance(Vector3, Vector3)
fullName.vb : MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).GetManhattanDistance(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)
spec.csharp :
- uid : MLEM.Pathfinding.AStar`1.GetManhattanDistance(`0,`0)
name : GetManhattanDistance
nameWithType : AStar<Vector3>.GetManhattanDistance
fullName : MLEM.Pathfinding.AStar<Microsoft.Xna.Framework.Vector3>.GetManhattanDistance
- name : (
nameWithType : (
fullName : (
- uid : Microsoft.Xna.Framework.Vector3
name : Vector3
nameWithType : Vector3
fullName : Microsoft.Xna.Framework.Vector3
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : Microsoft.Xna.Framework.Vector3
name : Vector3
nameWithType : Vector3
fullName : Microsoft.Xna.Framework.Vector3
isExternal : true
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : MLEM.Pathfinding.AStar`1.GetManhattanDistance(`0,`0)
name : GetManhattanDistance
nameWithType : AStar(Of Vector3).GetManhattanDistance
fullName : MLEM.Pathfinding.AStar(Of Microsoft.Xna.Framework.Vector3).GetManhattanDistance
- name : (
nameWithType : (
fullName : (
- uid : Microsoft.Xna.Framework.Vector3
name : Vector3
nameWithType : Vector3
fullName : Microsoft.Xna.Framework.Vector3
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : Microsoft.Xna.Framework.Vector3
name : Vector3
nameWithType : Vector3
fullName : Microsoft.Xna.Framework.Vector3
isExternal : true
- name : )
nameWithType : )
fullName : )
- uid : MLEM.Pathfinding.AStar3.GetManhattanDistance*
commentId : Overload:MLEM.Pathfinding.AStar3.GetManhattanDistance
name : GetManhattanDistance
nameWithType : AStar3.GetManhattanDistance
fullName : MLEM.Pathfinding.AStar3.GetManhattanDistance
- uid : MLEM.Pathfinding.AStar`1.GetManhattanDistance(`0,`0)
commentId : M:MLEM.Pathfinding.AStar`1.GetManhattanDistance(`0,`0)
name : GetManhattanDistance(T, T)
nameWithType : AStar<T>.GetManhattanDistance(T, T)
fullName : MLEM.Pathfinding.AStar<T>.GetManhattanDistance(T, T)
nameWithType.vb : AStar(Of T).GetManhattanDistance(T, T)
fullName.vb : MLEM.Pathfinding.AStar(Of T).GetManhattanDistance(T, T)
spec.csharp :
- uid : MLEM.Pathfinding.AStar`1.GetManhattanDistance(`0,`0)
name : GetManhattanDistance
nameWithType : AStar<T>.GetManhattanDistance
fullName : MLEM.Pathfinding.AStar<T>.GetManhattanDistance
- name : (
nameWithType : (
fullName : (
- name : T
nameWithType : T
fullName : T
- name : ', '
nameWithType : ', '
fullName : ', '
- name : T
nameWithType : T
fullName : T
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : MLEM.Pathfinding.AStar`1.GetManhattanDistance(`0,`0)
name : GetManhattanDistance
nameWithType : AStar(Of T).GetManhattanDistance
fullName : MLEM.Pathfinding.AStar(Of T).GetManhattanDistance
- name : (
nameWithType : (
fullName : (
- name : T
nameWithType : T
fullName : T
- name : ', '
nameWithType : ', '
fullName : ', '
- name : T
nameWithType : T
fullName : T
- name : )
nameWithType : )
fullName : )