.. _bpy.types.DelaySensor: ************ Delay Sensor ************ .. seealso:: See the Python reference of this logic brick in :class:`SCA_DelaySensor`. The *Delay Sensor* is designed for delaying reactions a number of logic ticks. This is useful if an other action has to be done first or to time events. .. figure:: /images/logic-sensors-types-delay-node.jpg Delay sensor. Properties ========== See :ref:`Sensor Common Options ` for common options. Delay The number of logic ticks the sensor waits before sending a positive pulse. Duration The number of logic ticks the sensor waits before sending the negative pulse. Repeat Button Makes the sensor restart after the delay and duration time is up. Example =======