API reference

MultiAction Class

Extends MAction< T >
Classes that implement an interface that has MActions can use MultiAction as their MAction implementation to allow for multiple types of delegates to subscribe to the generic type.

Protected Fields

HashSet< Action< T > > actions[Get]

Properties

Action< T > Action

Member Functions

void Invoke
( T t )