-
Notifications
You must be signed in to change notification settings - Fork 34
Unit Reference Latch
RealityStop edited this page May 15, 2018
·
1 revision
Mimics a Flip-Flop by "latching" an input boolean true value, almost as a "has it ever been true" check. There is a provided Reset input that allows the unit to reset the internal memory. Should both the Set
and Reset
be true, whichever has dominance will be used.
The Value
output is used to indicate if the latch is in the set state or not.
- Overview
-
Unit Reference
- Control
- Editor
- Events
- Graphs
- Logic
- Time
- Variables
- C# Generation
- Editor Windows
- Graph Context
- Utilities
- Custom Unit Creation Guide
- Tips & Tricks