Search Results for

    Show / Hide Table of Contents

    Class BorderEventArgs

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

    Constructors

    BorderEventArgs(IBorder)

    Declaration
    public BorderEventArgs(IBorder border)
    Parameters
    Type Name Description
    IBorder border

    Properties

    Border

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