Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 964 Bytes

setPulsePause.markdown

File metadata and controls

30 lines (18 loc) · 964 Bytes

shader.setPulsePause()

 
Type function
Library shader.*
See Also setPulseTime_up(), setPulseTime_down(), setPulseDelay()
Visual Guide Visual Guide

Overview

Sets the length of the pause between the outward pulse and the inward pulse

Syntax

shader.setPulsePause( number )

number is a value between 0 and 1000000

Examples

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