Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Events | List of all members
Smooth.Events.GenericEvent< T1, T2 > Struct Template Reference

Struct wrapped event that allows raising the event from outside the containing class. More...

Public Member Functions

void Raise (T1 t1, T2 t2)
 Raises the wrapped event with the specifed parameters. More...
 

Events

DelegateAction< T1, T2 > Handle
 The wrapped event. More...
 

Detailed Description

Struct wrapped event that allows raising the event from outside the containing class.

Member Function Documentation

void Smooth.Events.GenericEvent< T1, T2 >.Raise ( T1  t1,
T2  t2 
)
inline

Raises the wrapped event with the specifed parameters.

Event Documentation

DelegateAction<T1, T2> Smooth.Events.GenericEvent< T1, T2 >.Handle

The wrapped event.


The documentation for this struct was generated from the following file: