vrdVRDeviceSignal¶
-
class
vrdVRDeviceSignal¶
(Inherits vrdObjectSignal)
Signal object containing actual signals that are sent by the vrdVRDevice.
Summary¶
Signals¶
-
vrdVRDeviceSignal.collisionStarted(otherNode, device)¶ Signal is emitted when the collision sensor of the device touches a collision sensitive node.
Parameters: - otherNode (vrdNode) – The node with which the device collides
- device (vrdVRDevice) – The device that is colliding
-
vrdVRDeviceSignal.collisionStopped(otherNode, device)¶ Signal is emitted when the collision sensor of the device stops touching a collision sensitive node.
Parameters: - otherNode (vrdNode) – The node with which the device stops colliding
- device (vrdVRDevice) – The device that stops colliding
-
vrdVRDeviceSignal.moved(device)¶ Signal is emitted when the vrdVRDevice moves.
Parameters: device (vrdVRDevice) – The vrdVRDevice that triggered the signal