Class RowMovementFormationHandler
Inherited Members
Namespace: RTSEngine.Movement
Assembly: cs.temp.dll.dll
Syntax
public class RowMovementFormationHandler : BaseMovementFormationHandler, IMovementFormationHandler, IMonoBehaviour
Methods
GeneratePathDestinations(PathDestinationInputData, ref Int32, ref Single, ref List<Vector3>, out Int32)
Declaration
public override ErrorMessage GeneratePathDestinations(PathDestinationInputData input, ref int amount, ref float offset, ref List<Vector3> pathDestinations, out int generatedAmount)
Parameters
| Type | Name | Description |
|---|---|---|
| PathDestinationInputData | input | |
| Int32 | amount | |
| System.Single | offset | |
| List<Vector3> | pathDestinations | |
| Int32 | generatedAmount |
Returns
| Type | Description |
|---|---|
| ErrorMessage |