RefSignal <T>
Hierarchy
- Signal<T>
- RefSignalSetter<T>
- RefSignal
Callable
Gets the current value of the signal with tracking by default.
Index
Properties
set
Sets the value of the signal.
Methods
peek
Accesses the current value of the signal without tracking.
Provide write capabilities to a signal.