Search Results for

    Show / Hide Table of Contents

    Struct PendingTaskEventArgs

    Namespace: RTSEngine.Event
    Assembly: cs.temp.dll.dll
    Syntax
    public struct PendingTaskEventArgs

    Constructors

    PendingTaskEventArgs(PendingTask, PendingTaskState, Int32)

    Declaration
    public PendingTaskEventArgs(PendingTask data, PendingTaskState state, int pendingQueueID = -1)
    Parameters
    Type Name Description
    PendingTask data
    PendingTaskState state
    Int32 pendingQueueID

    Properties

    Data

    Declaration
    public PendingTask Data { get; }
    Property Value
    Type Description
    PendingTask

    pendingQueueID

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

    State

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