Home
last modified time | relevance | path

Searched refs:FX_PARAM_GLOW_BLUR_SCALE (Results 1 – 4 of 4) sorted by relevance

/dports/devel/godot2-tools/godot-2.1.6-stable/scene/resources/
H A Denvironment.cpp116 …_HINT_RANGE, "0.01,4,0.01"), _SCS("fx_set_param"), _SCS("fx_get_param"), FX_PARAM_GLOW_BLUR_SCALE); in _bind_methods()
209 BIND_CONSTANT(FX_PARAM_GLOW_BLUR_SCALE); in _bind_methods()
254 fx_set_param(FX_PARAM_GLOW_BLUR_SCALE, 1); in Environment()
H A Denvironment.h93 FX_PARAM_GLOW_BLUR_SCALE = VS::ENV_FX_PARAM_GLOW_BLUR_SCALE, enumerator
/dports/devel/godot2/godot-2.1.6-stable/scene/resources/
H A Denvironment.cpp116 …_HINT_RANGE, "0.01,4,0.01"), _SCS("fx_set_param"), _SCS("fx_get_param"), FX_PARAM_GLOW_BLUR_SCALE); in _bind_methods()
209 BIND_CONSTANT(FX_PARAM_GLOW_BLUR_SCALE); in _bind_methods()
254 fx_set_param(FX_PARAM_GLOW_BLUR_SCALE, 1); in Environment()
H A Denvironment.h93 FX_PARAM_GLOW_BLUR_SCALE = VS::ENV_FX_PARAM_GLOW_BLUR_SCALE, enumerator