Loading...
Searching...
No Matches
AdventureCore.IntPersistenceTrigger Class Reference

Detailed Description

provides unity events that are fired in relation to a persisted int

https://adventure.softleitner.com/manual/persistence

Inheritance diagram for AdventureCore.IntPersistenceTrigger:
AdventureCore.PersistenceTrigger< int >

Protected Member Functions

override void onChanged (int value)
 
- Protected Member Functions inherited from AdventureCore.PersistenceTrigger< int >
virtual void onChanged (T value)
 

Additional Inherited Members

- Public Attributes inherited from AdventureCore.PersistenceTrigger< int >
PersistenceArea Area
 
string Key
 
bool Observe
 
UnityEvent< T > Changed
 
UnityEvent< T > ChangedInverted
 
bool Compare
 
ComparisonValue
 
UnityEvent< bool > ComparisonChanged