Search Results for

    Show / Hide Table of Contents

    Class DefeatConditionEventArgs

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

    Constructors

    DefeatConditionEventArgs(DefeatConditionType)

    Declaration
    public DefeatConditionEventArgs(DefeatConditionType type)
    Parameters
    Type Name Description
    DefeatConditionType type

    Properties

    Type

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