vcMatrixSignal

vcMatrixSignal is a signal that can send a 4x4 vcMatrix object.

Inherits: vcBehaviour, vcSignal

Properties

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