-
Notifications
You must be signed in to change notification settings - Fork 34
Unit Reference Polarity
RealityStop edited this page May 15, 2018
·
1 revision
Given a number, Polarity outputs whether the value is zero, positive or negative.
Polarity queries the input number and relays that information to the output nodes. One thing to note is that since this node lacks a control flow, each output port will query the input each time it is accessed. If you wish to preserve the output, use a cache node or graph variable to record the state and query once.
- Overview
-
Unit Reference
- Control
- Editor
- Events
- Graphs
- Logic
- Time
- Variables
- C# Generation
- Editor Windows
- Graph Context
- Utilities
- Custom Unit Creation Guide
- Tips & Tricks