Search Results for

    Show / Hide Table of Contents

    Class AttackLaunchEventArgs

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

    Constructors

    AttackLaunchEventArgs(AttackObjectLaunchLog)

    Declaration
    public AttackLaunchEventArgs(AttackObjectLaunchLog launchLog)
    Parameters
    Type Name Description
    AttackObjectLaunchLog launchLog

    Properties

    LaunchLog

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