Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 884 Bytes

setPulseTime_up.markdown

File metadata and controls

30 lines (18 loc) · 884 Bytes

shader.setPulseTime_up()

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

Overview

Sets the time for the outward pulse

Syntax

shader.setPulseTime_up( number )

number is a value between 0 and 1000000

Examples

local shader = require 'plugin.dynamic_shader'

shader.setPulseTime_up( 2000 ) -- Sets the time for the outward pulse
-- pulse expands for 2 seconds