Type | function |
Library | shader.* |
Pulse Alpha | setPulseAlpha(), setPulseAlpha_up(), setPulseAlpha_down() |
Pulse Intensity | setPulseIntensity_up(), setPulseIntensity_down() |
Pulse zValue | setPulseZValue(), setPulseZValue_up(), setPulseZValue_down() |
Visual Guide | Visual Guide |
Determines if the Dynamic Shader's intensity value is reactive to the pulse or not
shader.setPulseIntensity( boolean )
- true : The Dynamic Shader's intensity value will react to the pulse
- false : The Dynamic Shader's intensity value will NOT react to the pulse
local shader = require 'plugin.dynamic_shader'
shader.setPulseIntensity( true ) -- The Dynamic Shader's intensity value will react to the pulse
shader.setPulseIntensity( false ) -- The Dynamic Shader's intensity value will NOT react to the pulse