Difference between revisions of "Sprite:setEffectConstant"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
Line 7: Line 7:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
Sprite:setEffectConstant(effectIndex,uniform name,data type,mult,data)
 
Sprite:setEffectConstant(effectIndex,uniform name,data type,mult,data)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===

Latest revision as of 15:33, 13 July 2023

Available since: Gideros 2021.1
Class: Sprite

Description

Change the value of an effect constant from lua.

Sprite:setEffectConstant(effectIndex,uniform name,data type,mult,data)

Parameters

effectIndex: (int) the effect index in the effect stack
uniform name: (string) the uniform name to change
data type: (int) the type if data to set (one of the Shader.Cxxx constants)
mult: (number) number of elements of the given type to set
data: (varies) and the actual data to set, either as a table or as multiple arguments