Search Results for

    Show / Hide Table of Contents

    Enum EntityComponentTaskUIData.DisplayType

    Defines the different display types for the task associated with the EntityComponentTaskUI struct. singleSelection: Only display task if the entity is the only one selected. homoMultipleSelection: Only display task if only entities of the same type are selected. heteroMultipleSelection: Display task as long as the source entity is selected.

    Namespace: RTSEngine.UI
    Assembly: cs.temp.dll.dll
    Syntax
    public enum DisplayType

    Fields

    Name Description
    heteroMultipleSelection
    homoMultipleSelection
    singleSelection
    In This Article
    Back to top Unity RTS Engine Documentation