32 #include "scene/resources/curve.h" 33 #include "scene/3d/spatial.h" 41 void _curve_changed();
46 void _notification(
int p_what);
47 static void _bind_methods();
78 RotationMode rotation_mode;
80 void _update_transform();
89 void _notification(
int p_what);
90 static void _bind_methods();
93 void set_offset(
float p_offset);
94 float get_offset()
const;
96 void set_h_offset(
float p_h_offset);
97 float get_h_offset()
const;
99 void set_v_offset(
float p_v_offset);
100 float get_v_offset()
const;
102 void set_unit_offset(
float p_unit_offset);
103 float get_unit_offset()
const;
105 void set_lookahead(
float p_lookahead);
106 float get_lookahead()
const;
108 void set_loop(
bool p_loop);
109 bool has_loop()
const;
111 void set_rotation_mode(RotationMode p_rotation_mode);
112 RotationMode get_rotation_mode()
const;
114 void set_cubic_interpolation(
bool p_enable);
115 bool get_cubic_interpolation()
const;
120 VARIANT_ENUM_CAST(PathFollow::RotationMode);
Definition: string_db.h:48
Definition: tween_interpolaters.cpp:257