Show / Hide Table of Contents

    Class WalkPlanStrategyExtensions

    Helper class for extension methods of walk plan strategies.

    Inheritance
    System.Object
    WalkPlanStrategyExtensions
    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.Creatures.Contracts.Extensions
    Assembly: Fibula.Creatures.Contracts.dll
    Syntax
    public static class WalkPlanStrategyExtensions

    Methods

    | Improve this Doc View Source

    IsStatic(WalkPlanStrategy)

    Checks if a given walk strategy is considered static.

    Declaration
    public static bool IsStatic(this WalkPlanStrategy strategy)
    Parameters
    Type Name Description
    WalkPlanStrategy strategy

    The strategy to evaluate.

    Returns
    Type Description
    System.Boolean

    True if the strategy is considered static, false otherwise.

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • IsStatic(WalkPlanStrategy)
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.