Search Results for

    Show / Hide Table of Contents

    Class EntitySelectionEventArgs

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

    Constructors

    EntitySelectionEventArgs(SelectionType, SelectedType, Boolean)

    Declaration
    public EntitySelectionEventArgs(SelectionType type, SelectedType selectedType, bool isLocalPlayerClickSelection)
    Parameters
    Type Name Description
    SelectionType type
    SelectedType selectedType
    Boolean isLocalPlayerClickSelection

    Properties

    IsLocalPlayerClickSelection

    Declaration
    public bool IsLocalPlayerClickSelection { get; }
    Property Value
    Type Description
    Boolean

    SelectedType

    Declaration
    public SelectedType SelectedType { get; }
    Property Value
    Type Description
    SelectedType

    Type

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