vcRealSignal
vcRealSignal is a signal that can send a real number value.
Inherits: vcBehaviour, vcSignal
Properties
Name | Type | Access | Description |
Value | Real | RW | Defines the value of signal.
Setting this value does not trigger the OnSignal event unless you use the signal() method. |
Methods
Name | Return Type | Parameters | Description |
signal | None | [Real value] | Signals the current value of signal to all connected behaviors, thereby triggering the OnSignal event.
An optional value argument can be given to set the Value property of the signal. |