godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
ShaderMaterial.setShaderParam
godot
shadermaterial
ShaderMaterial
Changes the value set for this material of a uniform in the shader.
struct
ShaderMaterial
@
nogc
nothrow
void
setShaderParam
(
StringArg0
VariantArg1
)
(
in
StringArg0
param
,
in
VariantArg1
value
)
Meta
Source
See Implementation
godot
shadermaterial
ShaderMaterial
aliases
BaseClasses
functions
_shaderChanged
getShader
getShaderParam
opAssign
opEquals
propertyCanRevert
propertyGetRevert
setShader
setShaderParam
properties
shader
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name
Changes the value set for this material of a uniform in the shader.