Type | function |
Library | shader.* |
See Also | setPulseTime_up(), setPulseTime_down(), setPulseDelay() |
Visual Guide | Visual Guide |
Sets the length of the pause between the outward pulse and the inward pulse
shader.setPulsePause( number )
number is a value between 0 and 1000000
local shader = require 'plugin.dynamic_shader'
shader.setPulsePause( 2000 ) -- Sets a pause between the pulse up and the pulse down.
-- 2 second pause between the outward and inward pulse