Search Results for

    Show / Hide Table of Contents

    Class RowMovementFormationHandler

    Inheritance
    Object
    BaseMovementFormationHandler
    RowMovementFormationHandler
    Implements
    IMovementFormationHandler
    IMonoBehaviour
    Inherited Members
    BaseMovementFormationHandler.FormationType
    BaseMovementFormationHandler.FallbackFormationType
    BaseMovementFormationHandler.MaxEmptyAttempts
    BaseMovementFormationHandler.gameMgr
    BaseMovementFormationHandler.logger
    BaseMovementFormationHandler.mvtMgr
    BaseMovementFormationHandler.terrainMgr
    BaseMovementFormationHandler.Init(IGameManager)
    BaseMovementFormationHandler.OnInit()
    BaseMovementFormationHandler.IsConditionFulfilled(PathDestinationInputData, Vector3)
    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
    Overrides
    BaseMovementFormationHandler.GeneratePathDestinations(PathDestinationInputData, ref Int32, ref Single, ref List<Vector3>, out Int32)

    Implements

    IMovementFormationHandler
    IMonoBehaviour
    In This Article
    Back to top Unity RTS Engine Documentation