Search Results for

    Show / Hide Table of Contents

    Class UnitCarrierEventArgs

    Inheritance
    Object
    System.EventArgs
    UnitCarrierEventArgs
    Namespace: RTSEngine.Event
    Assembly: cs.temp.dll.dll
    Syntax
    public class UnitCarrierEventArgs : EventArgs

    Constructors

    UnitCarrierEventArgs(IUnit, Transform, Int32)

    Declaration
    public UnitCarrierEventArgs(IUnit unit, Transform slot, int slotID)
    Parameters
    Type Name Description
    IUnit unit
    Transform slot
    Int32 slotID

    Properties

    Slot

    Declaration
    public Transform Slot { get; }
    Property Value
    Type Description
    Transform

    SlotID

    Declaration
    public int SlotID { get; }
    Property Value
    Type Description
    Int32

    Unit

    Declaration
    public IUnit Unit { get; }
    Property Value
    Type Description
    IUnit
    In This Article
    Back to top Unity RTS Engine Documentation