Class AllGoalsSatisfiedAction
Indicates that all goals are satisfied and functions as a placeholder for this situation.
The
Instance
can be set with a subtype of this class that provides specific action behavior.
Inheritance
System.Object
AllGoalsSatisfiedAction
Assembly: Mars.Components.dll
Syntax
public class AllGoalsSatisfiedAction : GoapAction, IGoapAction
Properties
Instance
Declaration
public static AllGoalsSatisfiedAction Instance { get; set; }
Property Value
Methods
ExecuteAction()
Declaration
protected override bool ExecuteAction()
Returns
Type |
Description |
System.Boolean |
|
Overrides
Implements