29 #ifndef INTERPOLATED_CAMERA_H 30 #define INTERPOLATED_CAMERA_H 32 #include "scene/3d/camera.h" 43 void _notification(
int p_what);
44 static void _bind_methods();
45 void _set_target(
const Object *p_target);
49 void set_target(
const Spatial *p_target);
50 void set_target_path(
const NodePath& p_path);
53 void set_speed(real_t p_speed);
54 real_t get_speed()
const;
56 void set_interpolation_enabled(
bool p_enable);
57 bool is_interpolation_enabled()
const;
63 #endif // INTERPOLATED_CAMERA_H
Definition: interpolated_camera.h:34