Show / Hide Table of Contents

    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 Source

    DefaultMaximumSteps

    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

    Extension Methods

    ObjectExtensions.YieldSingleItem<T>(T)
    ObjectExtensions.GetPropertyValue(Object, String)
    Validate.ThrowIfNull(Object, String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.