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

Detailed Description

provides unity events that are fired in relation to a persisted bool
for example to disable or enable a barrier when the value is set

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

Inheritance diagram for AdventureCore.BoolPersistenceTrigger:
AdventureCore.PersistenceTrigger< bool >

Protected Member Functions

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

Additional Inherited Members

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