Class NoGoalReachableAction
Indicates that no goal is reachable and functions as a placeholder for this situation
The
Instance
can be set with a subtype of this class that provides specific action behavior.
Implements
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: Mars.Components.Services.Planning.ActionCommons
Assembly: Mars.Components.dll
Syntax
public class NoGoalReachableAction : GoapAction, IGoapAction
Properties
| Improve this Doc View SourceInstance
Indicates that no goal is reachable and functions as a placeholder for this situation
The
Instance
can be set with a subtype of this class that provides specific action behavior.
Declaration
public static NoGoalReachableAction Instance { get; set; }
Property Value
Type | Description |
---|---|
NoGoalReachableAction |
Methods
| Improve this Doc View SourceExecuteAction()
Indicates that no goal is reachable and functions as a placeholder for this situation
The
Instance
can be set with a subtype of this class that provides specific action behavior.
Declaration
protected override bool ExecuteAction()
Returns
Type | Description |
---|---|
System.Boolean |