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 SourceIsStatic(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. |