Search Results for

    Show / Hide Table of Contents

    Struct AddableUnitData

    Namespace: RTSEngine.UnitExtension
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public struct AddableUnitData

    Constructors

    AddableUnitData(IEntityTargetComponent, SetTargetInputData, Boolean)

    Declaration
    public AddableUnitData(IEntityTargetComponent sourceTargetComponent, SetTargetInputData input, bool allowDifferentFaction = false)
    Parameters
    Type Name Description
    IEntityTargetComponent sourceTargetComponent
    SetTargetInputData input
    Boolean allowDifferentFaction

    AddableUnitData(IEntityTargetComponent, Boolean, Boolean, Boolean)

    Declaration
    public AddableUnitData(IEntityTargetComponent sourceTargetComponent, bool playerCommand, bool allowDifferentFaction = false, bool isMoveAttackRequest = false)
    Parameters
    Type Name Description
    IEntityTargetComponent sourceTargetComponent
    Boolean playerCommand
    Boolean allowDifferentFaction
    Boolean isMoveAttackRequest

    AddableUnitData(Boolean, Boolean, Boolean)

    Declaration
    public AddableUnitData(bool playerCommand, bool allowDifferentFaction = false, bool isMoveAttackRequest = false)
    Parameters
    Type Name Description
    Boolean playerCommand
    Boolean allowDifferentFaction
    Boolean isMoveAttackRequest

    Fields

    allowDifferentFaction

    Declaration
    public bool allowDifferentFaction
    Field Value
    Type Description
    Boolean

    forcedSlotID

    Declaration
    public int forcedSlotID
    Field Value
    Type Description
    Int32

    forceSlot

    Declaration
    public bool forceSlot
    Field Value
    Type Description
    Boolean

    ignoreMvt

    Declaration
    public bool ignoreMvt
    Field Value
    Type Description
    Boolean

    isMoveAttackRequest

    Declaration
    public bool isMoveAttackRequest
    Field Value
    Type Description
    Boolean

    playerCommand

    Declaration
    public bool playerCommand
    Field Value
    Type Description
    Boolean

    sourceTargetComponent

    Declaration
    public IEntityTargetComponent sourceTargetComponent
    Field Value
    Type Description
    IEntityTargetComponent
    In This Article
    Back to top Unity RTS Engine Documentation