Class AStarPathFinderOptions
Class that represents options for the AStarPathFinder.
Inheritance
System.Object
AStarPathFinderOptions
Inherited Members
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()
Namespace: Fibula.PathFinding.AStar
Assembly: Fibula.Mechanics.PathFinding.AStar.dll
Syntax
public class AStarPathFinderOptions
Properties
| Improve this Doc View SourceDefaultMaximumSteps
Gets or sets the default maximum steps to perform in a single search.
Declaration
[Range(50, 10000, ErrorMessage = "The value for DefaultMaximumSteps must be in the range [50, 10000].")]
public int DefaultMaximumSteps { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |