|
static implicit | operator T (Signal< T > signal) |
| Implicit cast from the Signal to it's Value.
|
|
virtual void | ProcessValue (ref T value) |
| Override this method to preprocess values before applying them.
|
|
virtual bool | ValidateValue (in T value) |
| Override this method to check whether a value is valid and/or if it has changed. If UseValidation is true the Value is set only if this method returns true.
|
|
virtual void | OnEnable () |
|
T | InitialValue [get, set] |
| The initial value of the Signal.
|
|
T | Value [get, set] |
| The current value of the Signal. Setting the value invokes listeners.
|
|
bool | UseValidation [get, set] |
| True if new values are validated, false otherwise.
|
|
◆ Apply()
◆ SetToCurrent()
The documentation for this class was generated from the following file: