Inventory Engine v4.2
Loading...
Searching...
No Matches
MoreMountains.Tools.EventRegister Class Reference

Static class that allows any class to start or stop listening to events. More...

Public Member Functions

delegate void Delegate< T > (T eventType)

Static Public Member Functions

static void MMEventStartListening< EventType > (this MMEventListener< EventType > caller)
static void MMEventStopListening< EventType > (this MMEventListener< EventType > caller)

Detailed Description

Static class that allows any class to start or stop listening to events.

Member Function Documentation

◆ Delegate< T >()

delegate void MoreMountains.Tools.EventRegister.Delegate< T > ( T eventType)

◆ MMEventStartListening< EventType >()

void MoreMountains.Tools.EventRegister.MMEventStartListening< EventType > ( this MMEventListener< EventType > caller)
static
Type Constraints
EventType :struct 

◆ MMEventStopListening< EventType >()

void MoreMountains.Tools.EventRegister.MMEventStopListening< EventType > ( this MMEventListener< EventType > caller)
static
Type Constraints
EventType :struct 

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