Search Results for

    Show / Hide Table of Contents

    Delegate CustomEventHandler<T, E>

    Namespace: RTSEngine.Event
    Assembly: cs.temp.dll.dll
    Syntax
    public delegate void CustomEventHandler<T, E>(T sender, E args);
    Parameters
    Type Name Description
    T sender
    E args
    Type Parameters
    Name Description
    T
    E
    In This Article
    Back to top Unity RTS Engine Documentation