Class ExactAstarMovement
The characters move through each of the squares towards the target square. If a more natural movement is desired, look at ApproximateAstarMovement
Inherited Members
Namespace: AutoBattleFramework.Movement
Assembly: cs.temp.dll.dll
Syntax
public class ExactAstarMovement : IBattleMovement
Constructors
ExactAstarMovement(Battle)
Declaration
public ExactAstarMovement(Battle battle)
Parameters
Type | Name | Description |
---|---|---|
Battle | battle |