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

Detailed Description

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

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

Inheritance diagram for AdventureCore.FloatPersistenceTrigger:
AdventureCore.PersistenceTrigger< float >

Protected Member Functions

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

Additional Inherited Members

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