Home
last modified time | relevance | path

Searched refs:set_limit_begin (Results 1 – 8 of 8) sorted by relevance

/dports/devel/godot-tools/godot-3.2.3-stable/scene/2d/
H A Dparallax_background.cpp145 void ParallaxBackground::set_limit_begin(const Point2 &p_ofs) { in set_limit_begin() function in ParallaxBackground
191 ClassDB::bind_method(D_METHOD("set_limit_begin", "ofs"), &ParallaxBackground::set_limit_begin); in _bind_methods()
H A Dparallax_background.h74 void set_limit_begin(const Point2 &p_ofs);
/dports/devel/godot2/godot-2.1.6-stable/scene/2d/
H A Dparallax_background.cpp142 void ParallaxBackground::set_limit_begin(const Point2 &p_ofs) { in set_limit_begin() function in ParallaxBackground
188 ObjectTypeDB::bind_method(_MD("set_limit_begin", "ofs"), &ParallaxBackground::set_limit_begin); in _bind_methods()
H A Dparallax_background.h72 void set_limit_begin(const Point2 &p_ofs);
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/2d/
H A Dparallax_background.cpp142 void ParallaxBackground::set_limit_begin(const Point2 &p_ofs) { in set_limit_begin() function in ParallaxBackground
188 ObjectTypeDB::bind_method(_MD("set_limit_begin", "ofs"), &ParallaxBackground::set_limit_begin); in _bind_methods()
H A Dparallax_background.h72 void set_limit_begin(const Point2 &p_ofs);
/dports/devel/godot/godot-3.2.3-stable/scene/2d/
H A Dparallax_background.cpp145 void ParallaxBackground::set_limit_begin(const Point2 &p_ofs) { in set_limit_begin() function in ParallaxBackground
191 ClassDB::bind_method(D_METHOD("set_limit_begin", "ofs"), &ParallaxBackground::set_limit_begin); in _bind_methods()
H A Dparallax_background.h74 void set_limit_begin(const Point2 &p_ofs);