Search Results for

    Show / Hide Table of Contents

    Struct EntityComponentTaskUIData

    Holds information regarding the UI elements of a task that belongs to a component that implements IEntityComponent interface and attached to an Entity instance.

    Namespace: RTSEngine.UI
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public struct EntityComponentTaskUIData

    Fields

    code

    Declaration
    public string code
    Field Value
    Type Description
    String

    controlType

    Declaration
    public ControlType controlType
    Field Value
    Type Description
    ControlType

    cursor

    Declaration
    public TaskCursorData cursor
    Field Value
    Type Description
    TaskCursorData

    description

    Declaration
    public string description
    Field Value
    Type Description
    String

    displayType

    Declaration
    public EntityComponentTaskUIData.DisplayType displayType
    Field Value
    Type Description
    EntityComponentTaskUIData.DisplayType

    enabled

    Declaration
    public bool enabled
    Field Value
    Type Description
    Boolean

    forceSlot

    Declaration
    public bool forceSlot
    Field Value
    Type Description
    Boolean

    hideTooltipOnClick

    Declaration
    public bool hideTooltipOnClick
    Field Value
    Type Description
    Boolean

    icon

    Declaration
    public Sprite icon
    Field Value
    Type Description
    Sprite

    panelCategory

    Declaration
    public int panelCategory
    Field Value
    Type Description
    Int32

    reloadTime

    Declaration
    public float reloadTime
    Field Value
    Type Description
    System.Single

    slotIndex

    Declaration
    public int slotIndex
    Field Value
    Type Description
    Int32

    tooltipEnabled

    Declaration
    public bool tooltipEnabled
    Field Value
    Type Description
    Boolean
    In This Article
    Back to top Unity RTS Engine Documentation