Search Results for

    Show / Hide Table of Contents

    Class EntityDeselectionEventArgs

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

    Constructors

    EntityDeselectionEventArgs(DeselectedType)

    Declaration
    public EntityDeselectionEventArgs(DeselectedType deselectedType)
    Parameters
    Type Name Description
    DeselectedType deselectedType

    Properties

    DeselectedType

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