32 #include "scene/resources/curve.h" 33 #include "scene/2d/node_2d.h" 41 void _curve_changed();
46 void _notification(
int p_what);
47 static void _bind_methods();
75 void _update_transform();
84 void _notification(
int p_what);
85 static void _bind_methods();
88 void set_offset(
float p_offset);
89 float get_offset()
const;
91 void set_h_offset(
float p_h_offset);
92 float get_h_offset()
const;
94 void set_v_offset(
float p_v_offset);
95 float get_v_offset()
const;
97 void set_unit_offset(
float p_unit_offset);
98 float get_unit_offset()
const;
100 void set_lookahead(
float p_lookahead);
101 float get_lookahead()
const;
103 void set_loop(
bool p_loop);
104 bool has_loop()
const;
106 void set_rotate(
bool p_enabled);
107 bool is_rotating()
const;
109 void set_cubic_interpolation(
bool p_enable);
110 bool get_cubic_interpolation()
const;
Definition: string_db.h:48
Definition: tween_interpolaters.cpp:257