vcComponentSignal

vcComponentSignal is a signal that can send a vcComponent object.

Inherits: vcBehaviour, vcSignal

Properties

Name Type Access Description
Value vcComponent 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 [vcComponent 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.