unity-atoms/Packages/Core/Runtime/VariableInstancers
Adam Ramberg 7bdb2b7cf2
Trigger initial events for instancers (#220)
* - Trigger initial events for instancers
- Clean up event name for events instantiated at runtime
- Added properties to check if an event is set or not on a variable. This is useful in order to not accidentally create an event at runtime when just checking if it is null or not.
- Added logic to clean up events instantiated at runtime.

* Added an explicit GetOrCreateEvent method
2020-12-26 19:52:37 +01:00
..
AtomBaseVariableInstancer.cs Fixing FSM instancer where _base always is null (#219) 2020-12-22 21:27:26 +01:00
AtomBaseVariableInstancer.cs.meta Example WIP + Variable ID 2020-03-18 00:17:33 +01:00
AtomVariableInstancer.cs Trigger initial events for instancers (#220) 2020-12-26 19:52:37 +01:00
AtomVariableInstancer.cs.meta Added Variable Instancer, Event Reference, Atom Collection and Atom List (old Atom List renamed to Atom Value List) (#110) 2020-02-23 02:39:43 +01:00