TopDown Engine  v3.6
MoreMountains.Tools.MMPersistenceEvent Struct Reference

A data structure used to store persistence event data. To use : MMPersistencyEvent.Trigger(MMPersistencyEventType.DataLoadedFromFileToMemory, "yourPersistencyID"); More...

Public Member Functions

 MMPersistenceEvent (MMPersistenceEventType eventType, string persistenceID)
 

Static Public Member Functions

static void Trigger (MMPersistenceEventType eventType, string persistencyID)
 

Public Attributes

MMPersistenceEventType PersistenceEventType
 
string PersistenceID
 

Static Public Attributes

static MMPersistenceEvent e
 

Detailed Description

A data structure used to store persistence event data. To use : MMPersistencyEvent.Trigger(MMPersistencyEventType.DataLoadedFromFileToMemory, "yourPersistencyID");

Constructor & Destructor Documentation

◆ MMPersistenceEvent()

MoreMountains.Tools.MMPersistenceEvent.MMPersistenceEvent ( MMPersistenceEventType  eventType,
string  persistenceID 
)

Member Function Documentation

◆ Trigger()

static void MoreMountains.Tools.MMPersistenceEvent.Trigger ( MMPersistenceEventType  eventType,
string  persistencyID 
)
static

Member Data Documentation

◆ e

MMPersistenceEvent MoreMountains.Tools.MMPersistenceEvent.e
static

◆ PersistenceEventType

MMPersistenceEventType MoreMountains.Tools.MMPersistenceEvent.PersistenceEventType

◆ PersistenceID

string MoreMountains.Tools.MMPersistenceEvent.PersistenceID

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