Show / Hide Table of Contents

    Enum SearchState

    Enumerates the possible A* algorithm states.

    Namespace: Fibula.Common.Utilities.Pathfinding
    Assembly: Fibula.Common.Utilities.dll
    Syntax
    public enum SearchState

    Fields

    Name Description
    Failed

    The algorithm has failed to find a solution.

    GoalFound

    The algorithm has found the goal.

    Searching

    The algorithm is running, searching for the goal.

    Extension Methods

    ObjectExtensions.YieldSingleItem<SearchState>()
    ObjectExtensions.GetPropertyValue(String)
    Validate.ThrowIfNull(String)
    Validate.ThrowIfDefaultValue<SearchState>(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.