Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 886 Bytes

setPulseTime_down.markdown

File metadata and controls

30 lines (18 loc) · 886 Bytes

shader.setPulseTime_down()

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

Overview

Sets the time for the inward pulse

Syntax

shader.setPulseTime_down( number )

number is a value between 0 and 1000000

Examples

local shader = require 'plugin.dynamic_shader'

shader.setPulseTime_down( 2000 ) -- Sets the time for the inward pulse
-- pulse contracts for 2 seconds